Column

Top  Previous  Next

Returns a TColumn object that uses this sequence.

 

Syntax:

function Column(IndexValue: Integer): TColumn;

 

Parameters:

ItemIndex is the ordinal position of the column you want to retrieve from the columns array.  You can get the number of columns that are using this sequence using the ColumnCount method.

 

The return value is a TColumn type.

 

Example:

 

scripting_tsequence_column