InternalRemoveAt Method (Chart3DPointsCollection)
In This Topic
Removes the
ChartObjectCollection<T> item at the specified index.
Syntax
'Declaration
Protected Sub InternalRemoveAt( _
ByVal As Integer _
)
protected void InternalRemoveAt(
int
)
Parameters
- index
- The zero-based index of the item to remove.
See Also