GrapeCity.Xaml.SpreadSheet.Data
Changed Event (Row)


Occurs when a property value changes.
Syntax
'Declaration
 
Public Event Changed As EventHandler(Of SheetChangedEventArgs)
'Usage
 
Dim instance As Row
Dim handler As EventHandler(Of SheetChangedEventArgs)
 
AddHandler instance.Changed, handler
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
Column Gets the column index. (Inherited from GrapeCity.Xaml.SpreadSheet.Data.CellChangedEventArgs)
ColumnCount Gets the number of columns. (Inherited from GrapeCity.Xaml.SpreadSheet.Data.CellChangedEventArgs)
PropertyName Gets the property name. (Inherited from GrapeCity.Xaml.SpreadSheet.Data.CellChangedEventArgs)
Row Gets the row index. (Inherited from GrapeCity.Xaml.SpreadSheet.Data.CellChangedEventArgs)
RowCount Gets the number of rows. (Inherited from GrapeCity.Xaml.SpreadSheet.Data.CellChangedEventArgs)
SheetArea Gets the sheet area of the cell. (Inherited from GrapeCity.Xaml.SpreadSheet.Data.CellChangedEventArgs)
Type Gets the change type for the event.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options