<< Return to Main Index

< Return to Class Index

CGXGridCore::GetUpdateFlag

virtual BOOL GetUpdateFlag(ROWCOL nRow, ROWCOL nCol);

nRow

Specifies the row id.

nCol

Specifies the column id.

Return Value

TRUE if cell needs to be repainted; FALSE otherwise.

Remarks

Checks if the given cell needs to be redrawn (e.g. if formula result has been changed). CGXGridCore::RefreshViews checks GetUpdateFlag for all visible and refreshes them if GetUpdateFlag returns TRUE.

Only works with formula engine – not implemented with CGXData!

See Also

CGXFormulaSheet::GetUpdateFlag

CGXGridCore

Class Overview | Class Members