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


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

    Property Value

    The width of the window
    See Also