CGXGridCore::StoreFrozenCols
virtual BOOL StoreFrozenCols(ROWCOL nFrozenCols, ROWCOL nHeaderCols);?
nFrozenCols
Specifies the number of columns to freeze.
nHeaderCols
Specifies the number of columns to be used for row headers.
Return Value
TRUE if the values could be stored; it is FALSE if the values could not be stored.
Remarks
Overridable method which stores the number of frozen columns and columns to be used as row headers to the corresponding attribute of the parameter-object.
You can override this method if you want to maintain the data in your own classes. The library accesses the data through GetFrozenCols and GetHeaderCols.
See Also
CGXGridCore::GetFrozenCols CGXGridCore::GetHeaderCols