Gets or sets the number form type.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public NumberFormType NumberFormType { get; set; }
Public Property NumberFormType As NumberFormType
	Get
	Set
public:
property NumberFormType NumberFormType {
	NumberFormType get ();
	void set (NumberFormType value);
}
member NumberFormType : NumberFormType with get, set

Property Value

NumberFormType
The number form.

See Also