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

In This Topic
    TableColumnWidth Property
    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