BCGSuite for MFC
CBCGPGridItemID

Detailed Description

The CBCGPGridItemID class implements functionality of the grid item identifier. It allows to compare two grid items and check them for empty value (Null).

See also
CBCGPGridItem, CBCGPGridCtrl

Public Member Functions

 CBCGPGridItemIDConstructor.
 
 IsColumnDetermines whether the item identifier is valid and reference to a particular column in the grid.
 
 IsNullDetermines whether the item identifier is valid.
 
 IsRowDetermine whether the item identifier is valid and reference to a particular row in the grid.
 
 SetNullClears the item identifier.
 

Public Attributes

 m_nColumnSpecifies the column of the grid item
 
 m_nRowSpecifies the row of the grid item.