Indexed Property

Office Open XML

Indexed color value

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

Syntax

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

See Also