Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rect Structure / Height Property


In This Topic
    Height Property (Rect)
    In This Topic
    Gets or sets the height of this Rect structure.
    Syntax
    'Declaration
     
    
    Public Property Height As Integer
    'Usage
     
    
    Dim instance As Rect
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public int Height {get; set;}

    Property Value

    The height of this Rect structure.
    See Also