JVCL Help:TJvStringGrid.ShowCell
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.ShowCell Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Shows a previously hidden row and column.
Pascal
procedureShowCell(ACol: Integer; ARow: Integer; AWidth: Integer; AHeight: Integer);
Parameters
Parameters | Description |
ACol: Integer | Specifies the column to show. |
ARow: Integer | Specifies the row to show. |
AWidth: Integer | The new width for the hidden column. If AWidth is set to a value < 0, DefaultColWidth determines the new width. If the column is not hidden, then the width of the column is not affected. |
AHeight: Integer | The new height of hidden row. If AHeight is set to a value < 0, DefaultRowHeight determines the new height. If the row is not hidden, then the height of the row is not affected. |
Description
Call ShowCell to show a previously hidden row and column.
See Also
TJvStringGrid.ShowAll, TJvStringGrid.ShowCol, TJvStringGrid.ShowRow
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