<< Return to Main Index

< Return to Class Index

CGXFormulaSheet::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.

See Also

CGXGridCore::RefreshViews

CGXFormulaSheet

Class Overview | Class Members