|
TRVTableItemInfo.InsertCols |
Top Previous Next |
|
Inserts Count columns in the position specified by Index. procedure InsertCols(Index, Count, CopyIndex: Integer); Parameters: Index – index of the column to insert before (or ColCount to insert after the last column). Count – number of columns to insert. CopyIndex – if <>-1, this is an index (before the insertion) of column to copy attributes for new columns from. Colors, background, border, size, text and paragraph styles are copied. See also: See also methods: |