Spread WPF 17
GrapeCity.Excel Namespace / IExcelRect Interface / Height Property


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

    Property Value

    The height of the window.
    See Also