BuildIn Property

Office Open XML

If the numeric format is a build-in from.

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

Syntax

C#
public bool BuildIn { get; private set; }
Visual Basic (Declaration)
Public Property BuildIn As Boolean
Visual C++
public:
property bool BuildIn {
	bool get ();
	void set (bool value);
}

See Also