TableStyle Property

Office Open XML

The table style. If this property is cusom, the style from the StyleName propery is used.

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

Syntax

C#
public TableStyles TableStyle { get; set; }
Visual Basic (Declaration)
Public Property TableStyle As TableStyles
Visual C++
public:
property TableStyles TableStyle {
	TableStyles get ();
	void set (TableStyles value);
}

See Also