Returns or sets field type

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public FieldType Type { get; set; }
Public Property Type As FieldType
	Get
	Set
public:
virtual property FieldType Type {
	FieldType get () sealed;
	void set (FieldType value) sealed;
}
abstract Type : FieldType with get, set
override Type : FieldType with get, set

Property Value

FieldType

Implements

IField..::..Type

See Also