Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FieldCodeCollection Class / Add Method
The field code to add.

In This Topic
    Add Method (FieldCodeCollection)
    In This Topic
    Adds a FieldCode to this collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal code As System.String _
    ) As FieldCode
    public FieldCode Add( 
       System.string code
    )

    Parameters

    code
    The field code to add.

    Return Value

    The added FieldCode.
    See Also