Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangingEventArgs Class / Height Property


In This Topic
Height Property (RowHeightChangingEventArgs)
In This Topic
Gets the new height of the row.
Syntax
'Declaration
 
Public ReadOnly Property Height As Integer
 
'Usage
 
Dim instance As RowHeightChangingEventArgs
Dim value As Integer
 
value = instance.Height
See Also