Gets a collection that contains the columns hosted by the table.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
C# |
---|
public Collection<C1TableColumn> Columns { get; } |
Visual Basic |
---|
Public ReadOnly Property Columns As Collection(Of C1TableColumn) Get |