FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Column Class / Width Property

In This Topic
    Width Property
    In This Topic
    Gets or sets the width of this column, in pixels (set to GridLength.Auto to use the default width).
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(System.Windows.GridLength, "Auto")>
    Public Property Width As GridLength
    [DefaultValue(System.Windows.GridLength, "Auto")]
    public GridLength Width {get; set;}
    See Also