GridControl::SetHiddenCols
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
- GridControl::HideCol
- GridControl::GetHiddenCols
header to Included
GridControl.h