| DocxDocumentSetField Method |
Imposta un campo nel documento
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.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 String
- Name of the field.
- fieldValue Object
- The field value.
See Also