[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.SeqFieldOptions.Save

Save Method

Save(ComplexField)

Saves the current options to the specified ComplexField.

Declaration
public override void Save(ComplexField field)
Public Overrides Sub Save(field As ComplexField)
Parameters
Type Name Description
ComplexField field

The ComplexField to which the options will be saved.

Overrides
Exceptions
Type Condition
PropertyNullOrWhiteSpaceException

Thrown when the Id property is null or empty string.

Save(SimpleField)

Saves the current options to the specified SimpleField.

Declaration
public override void Save(SimpleField field)
Public Overrides Sub Save(field As SimpleField)
Parameters
Type Name Description
SimpleField field

The SimpleField to which the options will be saved.

Overrides
Exceptions
Type Condition
PropertyNullOrWhiteSpaceException

Thrown when the Id property is null or empty string.