Spread.Sheets Documentation
isEditingValueChanged Method
Old editing value.
New editing value.
The context associated with the cell type. See the Remarks for more information.
Whether the editing value has changed.
Syntax
var instance = new GC.Spread.Sheets.CellTypes.Base();
var value; // Type: boolean
value = instance.isEditingValueChanged(oldValue, newValue, context);
function isEditingValueChanged( 
   oldValue : object,
   newValue : object,
   context : object
) : boolean;

Parameters

oldValue
Old editing value.
newValue
New editing value.
context
The context associated with the cell type. See the Remarks for more information.

Return Value

true if oldValue equals newValue; otherwise, false.
Remarks

The context parameter can include the following items:

Item Type Description
context.sheet GC.Spread.Sheets.Sheet instance Indicates the current sheet.
context.row number The row index.
context.col number The column index.
context.sheetArea GC.Spread.Sheets.SheetArea The current sheet area.
See Also

Reference

Base type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.