PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / FieldCollection Class / Add Method
The Field object to add.

In This Topic
    Add Method (FieldCollection)
    In This Topic
    Adds a new Field object to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal field As Field _
    ) As Integer
    public int Add( 
       Field field
    )

    Parameters

    field
    The Field object to add.

    Return Value

    The index of the added object in the current collection.
    See Also