Click or drag to resize

DocxDocumentSetField Method

Imposta un campo nel documento

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax
public void SetField(
	string fieldName,
	Object fieldValue
)

Parameters

fieldName
Type: SystemString
Name of the field.
fieldValue
Type: SystemObject
The field value.
See Also