[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TcFieldOptions.Save

Save Method

Save(ComplexField)

Saves the current options to the specified ComplexField.

Declaration
public void Save(ComplexField field)
Parameters
Type Name Description
ComplexField field

The ComplexField to which the options will be saved.

Implements

Save(SimpleField)

Saves the current options to the specified SimpleField.

Declaration
public void Save(SimpleField field)
Parameters
Type Name Description
SimpleField field

The SimpleField to which the options will be saved.

Implements