Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / DefaultColumnWidth Property


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

    Property Value

    The default width of the column.
    See Also