Table of Contents

Enum TableTraversalDirection

The possible directions to use for reading a table.

Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public enum TableTraversalDirection

Fields

Name Description
ColumnByColumn

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

Indeterminate

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

RowByRow

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