<< Click to display table of contents >> TRVTableItemInfo.SelectCols |
Selects Count columns starting from StartCol (to the right)
procedure SelectCols(StartCol, Count: Integer);
Parameters:
StartCol – index of the first column to select, in range 0..ColCount-1.
Count – number of columns to select.
This method must be called when the document is formatted.
See also:
▪Overview of selection in tables
See also methods:
▪Select.