2.2.6.17.53 GridControl::HideRow


Description

Hides or displays the given row.

Syntax

bool HideRow( int nRow = -1, bool bHide = true )

Parameters

nRow
[input] row to hide or diaplay, 0-offset row index. If nRow = -1, it will hide or display all rows
bHide
[input] true to hide the given row and false to display

Return

false if nRow is invalid, otherwise true

Examples

See examples of GetRowsHide

Remark

See Also

GridControl::HideCol
GridControl::ShowRows

Header to Included

GridControl.h