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


In This Topic
    Width Property (GcSize)
    In This Topic
    Gets or sets the width of this instance of the GrapeCity.Excel.GcSize
    Syntax
    'Declaration
     
    Public Property Width As Double
    'Usage
     
    Dim instance As GcSize
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    public double Width {get; set;}
    See Also