Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnRowHeightChanging Method
RowHeightChangingEventArgs object that contains the event data


In This Topic
OnRowHeightChanging Method
In This Topic
Raises the RowHeightChanging event.
Syntax
'Declaration
 
Protected Overridable Sub OnRowHeightChanging( _
   ByVal e As RowHeightChangingEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As RowHeightChangingEventArgs
 
instance.OnRowHeightChanging(e)

Parameters

e
RowHeightChangingEventArgs object that contains the event data
See Also