FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowViewportHeightChangedEventArgs Class / ViewportHeight Property


In This Topic
ViewportHeight Property
In This Topic
Gets the height of the viewport row whose height has changed.
Syntax
'Declaration
 
Public ReadOnly Property ViewportHeight As Integer
 
'Usage
 
Dim instance As RowViewportHeightChangedEventArgs
Dim value As Integer
 
value = instance.ViewportHeight
See Also