Insert Method (Chart3DColorsCollection)
In This Topic
Inserts the specified Color at the specified index in the collection.
Syntax
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As Color _
)
public void Insert(
int ,
Color
)
Parameters
- index
- The index to insert at.
- color
- The Color to insert.
See Also