TdxGanttControlSheetColumn.Index Property
Specifies the column‘s index in a sheet column collection.
Declaration
property Index: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property to rearrange sheet columns. Assign an integer to the Index property to place the column in a specific position in a sheet column collection. The index is changed every time a user drags-and-drops the column. To access a specific column, pass its index as the Index parameter in a View’s OptionsSheet.Columns.Items property.
See Also