[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.FieldFormatOptions.Save

Save Method

Save(SimpleField)

Saves the current options to the specified SimpleField.

Declaration
public virtual void Save(SimpleField field)
Public Overridable Sub Save(field As SimpleField)
Parameters
Type Name Description
SimpleField field

The SimpleField to which the options will be saved.

Implements

Save(ComplexField)

Saves the current options to the specified ComplexField.

Declaration
public virtual void Save(ComplexField field)
Public Overridable Sub Save(field As ComplexField)
Parameters
Type Name Description
ComplexField field

The ComplexField to which the options will be saved.

Implements