FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / LoadExcelOptions Class / OverriddenColumnDefaultWidth Property

In This Topic
    OverriddenColumnDefaultWidth Property
    In This Topic
    Gets or sets the width that overrides the default Excel column width.
    Syntax
    'Declaration
     
    Public Property OverriddenColumnDefaultWidth As Single
    public float OverriddenColumnDefaultWidth {get; set;}

    Property Value

    The default value is 0, meaning no override is applied.
    See Also