BCGControlBar Pro for MFC
CBCGPGridRange::CBCGPGridRange ( int  nLeft = -1,
int  nTop = -1,
int  nRight = -1,
int  nBottom = -1 
)
inline

Constructor

Creates the specified range. Default constructor creates an empty range

Parameters
nLeftSpecifies the leftmost column of the range
nTopSpecifies the topmost row of the range.
nRightSpecifies the rightmost column of the range.
nBottomSpecifies the bottommost row of the range.