TabColor Property

Office Open XML

Color of the sheet tab

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

Syntax

C#
public Color TabColor { get; set; }
Visual Basic (Declaration)
Public Property TabColor As Color
Visual C++
public:
property Color TabColor {
	Color get ();
	void set (Color value);
}

See Also