| 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
)
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