Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / DefaultColumnWidth Property


In This Topic
    DefaultColumnWidth Property (Worksheet)
    In This Topic
    Gets or sets the default column width.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(62)>
    Public Property DefaultColumnWidth As Double
    'Usage
     
    Dim instance As Worksheet
    Dim value As Double
     
    instance.DefaultColumnWidth = value
     
    value = instance.DefaultColumnWidth
    [DefaultValue(62)]
    public double DefaultColumnWidth {get; set;}

    Property Value

    The default width of the column.
    See Also