GridControl::GetRowRange

 

Description

Gets grid control's non-fixed row range.

Syntax

int GetRowRange( int & nRow1, int & nRow2 )

Parameters

nRow1
[output] the first non-fixed row index, 0-offset
nRow2
[output] the last non-fixed row index, 0-offset

Return

the number of rows

Examples

See examples of SetRowHeight

Remark

See Also

Header to Included

GridControl.h