2.2.6.17.107 GridControl::SetHiddenCols
Contents
Description
Sets all columns' hidden property
Syntax
void SetHiddenCols( const vector<byte> & vbCols, bool bDefault = true )
Parameters
- vbCols
- [input] vector to set hidden property, true is hidden
- bDefault
- [input] if number of columns is larger than the size of vbCols, extra columns' hidden property is set by bDefault
Return
Examples
See examples of HideCol
Remark
See Also
Header to Included
GridControl.h