Spread WPF 17
GrapeCity.Excel Namespace / ExcelRect Class / Height Property


In This Topic
    Height Property (ExcelRect)
    In This Topic
    Height of the window.
    Syntax
    'Declaration
     
    Public Property Height As Double
    'Usage
     
    Dim instance As ExcelRect
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    public double Height {get; set;}

    Property Value

    The height of the window.
    See Also