Table.Columns Property

Aspose.Note for .NET API

TableColumns Property

Gets the columns of the table.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public IList<TableColumn> Columns { get; }
Public ReadOnly Property Columns As IList(Of TableColumn)
	Get
public:
property IList<TableColumn^>^ Columns {
	IList<TableColumn^>^ get ();
}
member Columns : IList<TableColumn> with get

Property Value

Type: IListTableColumn
See Also