Style Property

Office Open XML

The Style applied to the whole column. Only effects cells with no individual style set. Use Range object if you want to set specific styles.

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

Syntax

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

See Also