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


In This Topic
    Height Property (Row)
    In This Topic
    Gets or sets the height of this row in pixels.
    Syntax
    'Declaration
     
    
    Public Property Height As Single
    'Usage
     
    
    Dim instance As Row
    Dim value As Single
     
    instance.Height = value
     
    value = instance.Height
    public float Height {get; set;}
    Exceptions
    ExceptionDescription
    Specified height is out of range; must be between -1 and 9,999,999 pixels
    See Also