[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IFieldOptions.Save

Save Method

Save(SimpleField)

Saves the current options to the specified SimpleField.

Declaration
void Save(SimpleField field)
Sub Save(field As SimpleField)
Parameters
Type Name Description
SimpleField field

The SimpleField to which the options will be saved.

Save(ComplexField)

Saves the current options to the specified ComplexField.

Declaration
void Save(ComplexField field)
Sub Save(field As ComplexField)
Parameters
Type Name Description
ComplexField field

The ComplexField to which the options will be saved.