[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.FieldCollection.Add

Add Method

Add(Field)

Adds a new Field object to the current collection.

Declaration
public int Add(Field field)
Public Function Add(field As Field) As Integer
Parameters
Type Name Description
Field field

The Field object to add.

Returns
Type Description
int

The index of the added object in the current collection.