TdxGanttControlSheetColumns.Delete(Integer) Method
Deletes a column at a specified position from the collection.
Declaration
procedure Delete(AIndex: Integer);
Parameters
| Name | Type |
|---|---|
| AIndex | Integer |
Remarks
Call this procedure to destroy a column whose index is passed as the AIndex parameter. To remove a specific column from the collection, call the Remove procedure.
See Also