Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / CellChanged Event


CellChanged Event
Occurs when a change is made to a cell or range of cells on this sheet that may require the cell or range of cells be repainted.
Syntax
'Declaration
 
Public Event CellChanged As SheetViewEventHandler
 
'Usage
 
Dim instance As SheetView
Dim handler As SheetViewEventHandler
 
AddHandler instance.CellChanged, handler
Event Data

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

PropertyDescription
Gets the column index.  
Gets the number of columns.  
Gets the row index.  
Gets the number of rows.  
See Also