<< Return to Main Index

< Return to Class Index

CGXData::SetUpdateFlag

virtual void SetUpdateFlag(ROWCOL nRow, ROWCOL nCol, BOOL bToggle);

nRow

Specifies the grid row of the cell.

nCol

Specifies the grid column of the cell.

bToggle

TRUE if cell shall be marked dirty, FALSE otherwise.

Remarks

Marks a cell dirty thus forcing the given cell to be redrawn with the next RefreshViews() call.

This method has no effect for CGXData. Only CGXFormulaSheet provides an implementation for this method.

Note: CGXFormulaSheet is only provided with the professional edition of Objective Grid.

CGXData

Class Overview | Class Members