Theme Property

Office Open XML

The theme color

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

Syntax

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

See Also