GridControl::GetColsShow
Description
Returns visible columns' indexes.
Syntax
BOOL GetColsShow( vector<int> & vn, BOOL bIncludeOffset = FALSE )
Parameters
- vn
- [output] visible columns' indexes
- bIncludeOffset
- [input] true to get all visible columns, 0-offset column index; false to only get non-fixed visible columns, first non-fixed column's index is 0
Return
true on successful or false on failure
Examples
See examples of GetCols
Remark
See Also
GridControl::GetHiddenCols
header to Included
GridControl.h