Add Method (FieldCodeCollection)
In This Topic
Adds a
FieldCode to this collection.
Syntax
'Declaration
Public Function Add( _
ByVal As System.String _
) As FieldCode
public FieldCode Add(
System.string
)
Parameters
- code
- The field code to add.
Return Value
See Also