CGXGridCore::StoreSelectRange

virtual BOOL StoreSelectRange(const CGXRange& range, BOOL bSelect = TRUE);?

range

Reference to a range of cells to be selected or deselected.

bSelect

TRUE if the range shall be selected; FALSE if the range shall be deselected.

Return Value

TRUE if the range could be selected/deselected; FALSE if the method failed.

Remarks

Selects or deseclects a range of cells, rows or columns in the rangelist.

This method is called from SelectRange.

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 ImplementUserSelectRange 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. A warning will be displayed in the debug window.

END Control-Factory Specific

See Also

 CGXGridCore::SelectRange

CGXGridCore

 Class Overview |  Class Members