Spread WPF 17
GrapeCity.Excel Namespace / GcRect Structure / Width Property


In This Topic
    Width Property (GcRect)
    In This Topic
    A positive number that represents the width of the rectangle. The default is 0.
    Syntax
    'Declaration
     
    Public Property Width As Double
    'Usage
     
    Dim instance As GcRect
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    public double Width {get; set;}
    See Also