| 
SequenceField
NumberFormat Property
  | 
 Returns or setsthe type of caption numbering
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public CaptionNumberingFormat NumberFormat { get; set; }
 
Public Property NumberFormat As CaptionNumberingFormat
	Get
	Set
 
public:
property CaptionNumberingFormat NumberFormat {
	CaptionNumberingFormat get ();
	void set (CaptionNumberingFormat value);
}
 
member NumberFormat : CaptionNumberingFormat with get, set
 
 
 
Property Value
 
 Type:
 
CaptionNumberingFormat
 
 
 See Also
See Also