XfId Property

Office Open XML

Style index

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

Syntax

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

See Also