Style Property

Office Open XML

The styleobject for the range.

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:
virtual property ExcelStyle^ Style {
	ExcelStyle^ get () sealed;
}

See Also