DocxDocument.SetField Method

QsInformatica.Utils

DocxDocumentSetField Method

Imposta un campo nel documento

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public void SetField(
	string fieldName,
	Object fieldValue
)
Public Sub SetField ( 
	fieldName As String,
	fieldValue As Object
)
public:
void SetField(
	String^ fieldName, 
	Object^ fieldValue
)
member SetField : 
        fieldName : string * 
        fieldValue : Object -> unit 

Parameters

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