Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example determines whether the specified cell has been modified.

C++

BOOL bDirty;
bDirty = m_Spread.GetCellDirtyFlag(lCol, lRow);

Visual Basic

fpSpread1.ChangeMade = fpSpread1.GetCellDirtyFlag(Col, Row)

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.