ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfColumn Class / IsAutoWidth Property

In This Topic
    IsAutoWidth Property
    In This Topic
    Gets or sets is automatic width for this column.
    Syntax
    'Declaration
     
    Public Property IsAutoWidth As Boolean
    public bool IsAutoWidth {get; set;}

    Property Value

    true if automatic width, otherwise false.
    See Also