Contents
- Index
- Previous
- Next
ShowHiddenRow method
Applies to
TProfGrid component
Declaration
function ShowHiddenRow(HiddenIndex: Integer): Integer;
Description
Unhides a previously hidden row. The HiddenIndex parameter is the index of the row in the HiddenRows array.
Returns the visible row index of the unhidden row. Returns -1 if the passed parameter is out of bounds of the HiddenRows array.