InternalInsert Method (ChartObjectCollection<T>)
In This Topic
Inserts an item to the
ChartObjectCollection<T> at the specified index.
Syntax
'Declaration
Protected Sub InternalInsert( _
ByVal As Integer, _
ByVal As _
)
protected void InternalInsert(
int ,
)
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the ChartObjectCollection<T>.
See Also