Back to Devexpress

Table.Columns Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-table.md

latest1.1 KB
Original Source

Table.Columns Property

Returns the collection of columns in the table.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public TableColumnCollection Columns { get; }
vb
Public ReadOnly Property Columns As TableColumnCollection

Property Value

TypeDescription
TableColumnCollection

The collection of columns in the table.

|

See Also

Table Class

Table Members

DevExpress.Docs.Presentation Namespace