Specifies the column in the input data source to look after for determining the maximum/minimum value. Is only used if either Maximum or Minimum is selected for the preview type.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int ColumnOrdinal { get; set; }
Visual Basic (Declaration)
Public Property ColumnOrdinal As Integer
Visual C++
public:
property int ColumnOrdinal {
	int get ();
	void set (int value);
}

See Also