Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SimpleFieldCollection Class / Add Method / Add(String) Method
The field code.

In This Topic
    Add(String) Method
    In This Topic
    Adds a SimpleField to this collection at the InsertLocation.End position.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal code As System.String _
    ) As SimpleField
    public SimpleField Add( 
       System.string code
    )

    Parameters

    code
    The field code.

    Return Value

    The added SimpleField.
    See Also