RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / TableColumnWidth Property

In This Topic
    TableColumnWidth Property (C1TextRange)
    In This Topic
    Gets or sets the width of the columns inside this range.
    Syntax
    'Declaration
     
    
    Public Property TableColumnWidth As Nullable(Of C1Length)
    public Nullable<C1Length> TableColumnWidth {get; set;}
    See Also