FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowClipInfo Class / Height Property


In This Topic
Height Property (RowClipInfo)
In This Topic
Gets or sets the height of cells in this row.
Syntax
'Declaration
 
Public Property Height As Single
 
'Usage
 
Dim instance As RowClipInfo
Dim value As Single
 
instance.Height = value
 
value = instance.Height
See Also