StyleName Property

Office Open XML

The named style

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

Syntax

C#
public string StyleName { get; set; }
Visual Basic (Declaration)
Public Property StyleName As String
Visual C++
public:
virtual property String^ StyleName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

See Also