Spread WPF Documentation
RowChanged Event


Occurs when a change is made to a row or range of rows in this sheet that may require the row or range of rows to be repainted.
Syntax
'Declaration
 
Public Event RowChanged As System.EventHandler(Of SheetChangedEventArgs)
'Usage
 
Dim instance As Worksheet
Dim handler As System.EventHandler(Of SheetChangedEventArgs)
 
AddHandler instance.RowChanged, handler
public event System.EventHandler<SheetChangedEventArgs> RowChanged
Event Data

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

PropertyDescription
ColumnGets the column index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
ColumnCountGets the number of columns. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
PropertyNameGets the property name. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
RowGets the row index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
RowCountGets the number of rows. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
SheetAreaGets the sheet area of the cell. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
TypeGets the change type for the event.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.