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


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

    Property Value

    The width of the column
    See Also