Dundas Chart for Windows Forms
RemoveAt Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > LegendCellCollection Class : RemoveAt Method


index
The zero-based index of the element to remove.
Removes the element at the specified index of the CollectionBase instance.

Syntax

Visual Basic (Declaration)  
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As LegendCellCollection
Dim index As Integer
 
instance.RemoveAt(index)
C#  
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the element to remove.

Exceptions

Exception Description
ArgumentOutOfRangeException index is less than zero.-or-index is equal to or greater than Count.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.