Spread Windows Forms 15.0
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
    public float Height {get; set;}
    See Also