<< Return to Main Index

< Return to Class Index

CGXGridCore::MergeCoveredCells

virtual void MergeCoveredCells(CGXRange& range);

range

A reference to a range. This range will be checked against covered cells and, if neccessary, enlarged.

Remarks

Advanced overridable which loops through all possible covered cells ranges and expands a given area. You should override this method when you want to specify covered cells virtually at run time.

See GetCoveredCellsRowCol for an example of how to override this method.

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 ImplementCoveredCells 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 performs no action.

END Control-Factory Specific

See Also

CGXGridCore::GetCoveredCellsRowCol

CGXGridCore

Class Overview | Class Members