Spread Windows Forms 12.0 Product Documentation
OnRowHeightChanging Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnRowHeightChanging Method
RowHeightChangingEventArgs object that contains the event data
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)
protected virtual void OnRowHeightChanging( 
   RowHeightChangingEventArgs e
)

Parameters

e
RowHeightChangingEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members