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


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

    Property Value

    The width of the window
    See Also