Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / Add Method
The System.Object to add.

In This Topic
    Add Method (C1BindingSource)
    In This Topic
    Adds an existing item to the internal list.
    Syntax
    'Declaration
     
    Public Overridable Function Add( _
       ByVal value As System.Object _
    ) As System.Integer
    public virtual System.int Add( 
       System.object value
    )

    Parameters

    value
    The System.Object to add.

    Return Value

    The position into which the new element was inserted.
    See Also