JVCL Help:TJvStringGrid.IsHidden
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.IsHidden Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Indicates whether a specific cell is hidden.
Pascal
functionIsHidden(ACol: Integer; ARow: Integer): Boolean;
Parameters
Parameters | Description |
ACol: Integer | The column coordinate of the cell. |
ARow: Integer | The row coordinate of the cell. |
Return Value
Returns true if the cell is hidden, otherwise false.
Description
Call IsHidden to determine whether a specific cell, as specified by the ACol and ARow parameters, is hidden. A cell is determined to be hidden, if its RowHeight or ColWidth is less than 0.
See Also
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