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)

Copyright © GrapeCity, inc. All rights reserved.