Spread.Services Documentation
SheetChange Event (Workbook)
GrapeCity.Documents.Spread Namespace > Workbook Class : SheetChange Event
Occurs when something changes in the cells of a sheet.
Syntax
public event System.EventHandler<RangeEventArgs> SheetChange
Event Data

The event handler receives an argument of type RangeEventArgs containing data related to this event. The following RangeEventArgs properties provide information specific to this event.

PropertyDescription
Represents the IRange of RangeEventArgs.  
See Also