ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.Boolean
    public System.bool IsAutoWidth {get; set;}

    Property Value

    true if automatic width, otherwise false.
    See Also