BCGSuite for MFC

Detailed Description

The CBCGPGridRange class is a helper class, which is used to reference items range in the Grid Control.

Public Member Functions

 CBCGPGridRangeConstructor
 
 CBCGPGridRangeConstructor
 
 CBCGPGridRangeConstructor
 
 CBCGPGridRangeCopy Constructor
 
 GetCountReturns a number of grid items in the range.
 
 GetSecondIdCalculates an opposite range.
 
 IsEmptyTells whether this range is empty, or not.
 
 IsInRangeTells whether the specified grid item is in this range.
 
 IsInRangeTells whether the specified grid item is in this range.
 
 IsValidChecks whether the range object is valid.
 
 SetSets the new range.
 
 SetSets the new range.
 
 SetSets the new range.
 

Public Attributes

 m_nBottomSpecifies the bottommost row of the range.
 
 m_nLeftSpecifies the leftmost column of the range.
 
 m_nRightSpecifies the rightmost column of the range.
 
 m_nTopSpecifies the topmost row of the range.