Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Width Property


In This Topic
    Width Property (Rectangle)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Width As Double
    'Usage
     
    Dim instance As Rectangle
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    public double Width {get; set;}
    See Also