[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TocFieldOptions.Save

Save Method

Save(ComplexField)

Saves the current options to the specified ComplexField.

Declaration
public void Save(ComplexField field)
Public Sub Save(field As ComplexField)
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)
Public Sub Save(field As SimpleField)
Parameters
Type Name Description
SimpleField field

The SimpleField to which the options will be saved.

Implements