JVCL Help:TJvStringGrid.RemoveCol
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.RemoveCol Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Removes a column from the grid.
Pascal
procedureRemoveCol(Index: Integer);
Parameters
Parameters | Description |
Index: Integer | Position of the column to remove. |
Description
Call RemoveCol to remove the column specified by Index from the grid. All columns to the right of the removed column will be moved left one step.
See Also
TJvStringGrid.HideCol, TJvStringGrid.RemoveRow
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page