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


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

    Property Value

    The width of the column
    See Also