Contents - Index - Previous - Next


ShowHiddenColumn method



Applies to
TProfGrid component

Declaration
function ShowHiddenColumn(HiddenIndex: Integer): Integer;

Description

Unhides a previously hidden column. The HiddenIndex parameter is the index of the column in the HiddenCols array.

Returns the visible column index of the unhidden column. Returns -1 if the passed parameter is out of bounds of the HiddenCols array.