Spread 8.0 Documentation
ChangeMade Property
Support Options
ActiveX Reference > ActiveX Properties > ChangeMade Property

Glossary Item Box

ChangeMade Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether the user has made changes to data in the control. This property is available at run time only.

Syntax

C++

BOOL CSpreadSheet::GetChangeMade( );
void CSpreadSheet::SetChangeMade(BOOL value);

Visual Basic

[form.]fpSpread.ChangeMade[ = boolean%]

Remarks

The default value for the ChangeMade property is False.

This setting is applied to the current sheet setting.

The ChangeMade property is automatically set to True whenever the user types new data into the sheet. Set the ChangeMade property to False at any point to determine if the user makes changes to the sheet after that point.

Note: The ChangeMade property is not automatically set to True if the data is entered in code at run time.

Data Type

Integer (Boolean)

See Also

GetCellDirtyFlag, SetCellDirtyFlag methods

DLL Correspondence

SSGetBool (SSB_CHANGEMADE), SSSetBool (SSB_CHANGEMADE), functions

Copyright © GrapeCity, inc. All rights reserved.