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