[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Inserts either a column or a row at the specified index position.
Source position: grids.pas line 426
protected procedure TVirtualGrid.InsertColRow( |
IsColumn: Boolean; |
Index: Integer |
); |
IsColumn |
|
True to insert a column at the given position, False for a row. |
Index |
|
Position where the column or row is inserted. |
Version 4.0 | Generated 2025-05-03 | Home |