CGXGridCore::OnInitCurrentCell
virtual void OnInitCurrentCell(ROWCOL nRow, ROWCOL nCol);?
nRow
Specifies the row id of the current cell.
nCol
Specifies the column id of the current cell.
Remarks
Called from CGXControl::Init whenever the control associated with the current cell is initialized. No return value. If the coordinates of the current cell have changed, the method will call OnMovedCurrentCell.
See Also
CGXControl::Init CGXGridCore::OnMovedCurrentCell