'Declaration Public Sub InsertRange( _ ByVal index As Integer, _ ByVal items() As LegendArea _ )
'Usage Dim instance As LegendAreaCollection Dim index As Integer Dim items() As LegendArea instance.InsertRange(index, items)
public void InsertRange( int index, LegendArea[] items )
Parameters
- index
- Index at which items should be inserted.
- items
- Array of legend areas.