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

The zero-based index at which value should be inserted.
The System.Object to insert.
Inserts an item into the list at the specified index.
Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
public virtual void Insert( 
   System.int index,
   System.object value
)

Parameters

index
The zero-based index at which value should be inserted.
value
The System.Object to insert.
See Also

Reference

C1BindingSource Class
C1BindingSource Members

 

 


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