<< Return to Main Index

< Return to Class Index

CGXGridCore::IsRowHidden

virtual BOOL IsRowHidden(ROWCOL nRow);

nRow

Specifies the row id.

Return Value

TRUE if the row is hidden; it is FALSE for regular rows.

Remarks

Overridable method which returns TRUE if the specified row is hidden.

Rows can be hidden or restored with the HideRows command.

In a splitter window, the column headers (nRow = 0) of the bottom child pane are hidden.

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::HideRows CGXGridCore::StoreHideRow

CGXGridCore

Class Overview | Class Members