Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / RowHeightChanged Event


RowHeightChanged Event
Occurs when the row height has changed.
Syntax
'Declaration
 
Public Event RowHeightChanged As RowHeightChangedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As RowHeightChangedEventHandler
 
AddHandler instance.RowHeightChanged, handler
Event Data

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

PropertyDescription
Gets whether the row indexes are column footer rows.  
Gets whether the row indexes are column header rows.  
Gets the list of rows whose heights have changed.  
Gets the view that contains the rows whose heights have changed.  
See Also