C1.Silverlight.Schedule.5
Add Method (C1BindingSource)

The System.Object to add.
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

Reference

C1BindingSource Class
C1BindingSource Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.