Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / Height Property


In This Topic
    Height Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the height of this row in pixels.
    Syntax
    'Declaration
     
    
    Public Property Height As Single
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As Single
     
    instance.Height = value
     
    value = instance.Height
    public float Height {get; set;}
    See Also