BCGControlBar Pro for MFC
void CBCGPGridRange::Set ( const CBCGPGridItemID id1,
const CBCGPGridItemID id2 
)
inline

Sets the new range.

Parameters
id1The first grid item identifier. For example, the grid item in top-left corner of the range.
id2The second grid item identifier. For example, the grid item in bottom-right corner of the range.

Call this function to set the range specified by two grid identifiers. New range contains both specified grid items and all items between them.