Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / IFieldOptions Interface / Save Method / Save(SimpleField) Method
The GrapeCity.Documents.Word.SimpleField where to save the options.

In This Topic
    Save(SimpleField) Method
    In This Topic
    Syntax
    'Declaration
     
    Overloads Sub Save( _
       ByVal field As SimpleField _
    ) 
    void Save( 
       SimpleField field
    )

    Parameters

    field
    The GrapeCity.Documents.Word.SimpleField where to save the options.
    See Also