<< Return to Main Index

< Return to Class Index

CGXGridCore::StoreHideRow

virtual BOOL StoreHideRow(ROWROW nRow, BOOL bHide);?

nRow

Specifies the row id. It is 0 for the row header.

bHide

Specifies the hidden state.

Return Value

TRUE if the row can be hidden; FALSE if not.

Remarks

Stores the hidden-flag for the specified row to the hidden rows-map 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 IsRowHidden.

Control-Factory Specific ->

This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the ImplementHideCells method from within the control factory class' InitializeGridComponents method will make the concrete implementation of this method available to your application.

If no concrete implementation is available this method returns FALSE. No action is performed.

END Control-Factory Specific

See Also

CGXGridCore::IsRowHidden

CGXGridCore

Class Overview | Class Members