GridControl::GetRowsShow

 

Description

Returns visible rows' indexes.

Syntax

BOOL GetRowsShow( vector<int> & vn, BOOL bIncludeOffset = FALSE )

Parameters

vn
[output] visible rows' indexes
bIncludeOffset
[input] true to get all visible rows, 0-offset row index; false to only get non-fixed visible rows, first non-fixed row's index is 0

Return

true on successful or false on failure

Examples

See examples of GetRowsHide

Remark

See Also

GridControl::GetRowsHide

Header to Included

GridControl.h