Aspose.Note for .Net
TableColumns Property |
Gets the columns of the table.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

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