Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / DefaultColumnWidth Property


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

    Property Value

    The default width of the column.
    See Also