| 
IParagraph
AppendField Method
  | 
 Appends field to the end of paragraph
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Field AppendField(
	string fieldName,
	FieldType fieldType
)
 
Function AppendField ( 
	fieldName As String,
	fieldType As FieldType
) As Field
 
Field^ AppendField(
	String^ fieldName, 
	FieldType fieldType
)
 
abstract AppendField : 
fieldName : string * 
fieldType : FieldType -> Field 
 
 
 
Parameters
 
- 
fieldName
 
- 
 Type:
 
System
String
 
 Name of the field.
- 
fieldType
 
- 
 Type:
 
Spire.Doc
FieldType
 
 Type of the field.
Return Value
 
 Type:
 
Field
 
 
 See Also
See Also