|
TRVTableItemInfo.DeleteCols |
Top Previous Next |
|
Deletes Count columns starting from the Index-th column. procedure DeleteCols(Index, Count: Integer; DecreaseWidth: Boolean); Parameters: Index – index of the first column to delete, in range 0..ColCount-1. Count – number of columns to delete. if DecreaseWidth = True, BestWidths of cells overlapping the deleted columns (due to cell-merging) will be decreased (recommended).
See also: See also methods: |