Table of Contents

Enum TableTraversalDirection

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

The possible directions to use for reading a table.

public enum TableTraversalDirection

Fields

ColumnByColumn = 1

Specifies that data in the table should be read column by column.

Indeterminate = 2

Specifies that the best way to present the data is indeterminate.

RowByRow = 0

Specifies that data in the table should be read row by row.