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


In This Topic
    DefaultColumnWidth Property (RowHeader)
    In This Topic
    Gets or sets the default column width for the row header, in pixels.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(20)>
    Public Property DefaultColumnWidth As Double
    'Usage
     
    Dim instance As RowHeader
    Dim value As Double
     
    instance.DefaultColumnWidth = value
     
    value = instance.DefaultColumnWidth
    [DefaultValue(20)]
    public double DefaultColumnWidth {get; set;}

    Property Value

    The default column width for the row header. The default value is 20 pixels.
    See Also