Scheme Property

Office Open XML

Font Scheme

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

Syntax

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

See Also