NumFmtID Property

Office Open XML

The numeric index fror the format

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

Syntax

C#
public int NumFmtID { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumFmtID As Integer
Visual C++
public:
property int NumFmtID {
	int get ();
}

See Also