Columns Property

Office Open XML

Collection of the columns in the table

Namespace:  OfficeOpenXml.Table
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelTableColumnCollection Columns { get; }
Visual Basic (Declaration)
Public ReadOnly Property Columns As ExcelTableColumnCollection
Visual C++
public:
property ExcelTableColumnCollection^ Columns {
	ExcelTableColumnCollection^ get ();
}

See Also