ComponentOne RichTextBox for WPF and Silverlight
Columns Property (C1Table)

C1.WPF.RichTextBox.Documents Namespace > C1Table Class : Columns Property
Gets a collection that contains the columns hosted by the table.
Syntax
'Declaration
 
Public ReadOnly Property Columns As System.Collections.ObjectModel.Collection(Of C1TableColumn)
public System.Collections.ObjectModel.Collection<C1TableColumn> Columns {get;}
See Also

Reference

C1Table Class
C1Table Members