CGXGridCore::StoreFrozenRows
virtual BOOL StoreFrozenRows(ROWCOL nFrozenRows,ROWCOL nHeaderRows);?
nFrozenRows
Specifies the number of rows to freeze.
nHeaderRows
Specifies the number of rows to be used for column headers.
Return Value
TRUE if the value could be stored; it is FALSE if the value could not be stored.
Remarks
Overridable method which stores the number of frozen rows and rows to be used for column 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 GetFrozenRows and GetHeaderRows.
See Also
CGXGridCore::GetFrozenRows CGXGridCore::GetHeaderRows