Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / ChartCollection Class / RemoveAt Method
The index of the Chart that will be removed from the ChartCollection.


In This Topic
    RemoveAt Method (ChartCollection)
    In This Topic
    Identifies a Chart using an index & removes it from the ChartCollection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As UShort _
    ) 
    'Usage
     
    
    Dim instance As ChartCollection
    Dim index As UShort
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       ushort index
    )

    Parameters

    index
    The index of the Chart that will be removed from the ChartCollection.
    Remarks
    An exception will be thrown if the targeted Chart is not found.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also