RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Table Class / Columns Property

In This Topic
    Columns Property (C1Table)
    In This Topic
    Gets a collection that contains the columns hosted by the table.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As Collection(Of C1TableColumn)
    public Collection<C1TableColumn> Columns {get;}
    See Also