TIWCGJQCustomSpreadSheet.DeleteColumn(Integer) Method
Remove the column.
public procedure DeleteColumn(const AColIndex: Integer = -1);
Parameters
- AColIndex
- Type: Integer
Column index. Default: -1 : Removes the currently selected column.
Remove the column.
public procedure DeleteColumn(const AColIndex: Integer = -1);
Column index. Default: -1 : Removes the currently selected column.