Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / TableCollection Class / RemoveAt Method
The index that corresponds to the Table that will be removed.


In This Topic
    RemoveAt Method (TableCollection)
    In This Topic
    Removes a Table from the TableCollection by using an index to identify the Table that needs to be removed.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal tableIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As TableCollection
    Dim tableIndex As Integer
     
    instance.RemoveAt(tableIndex)
    public void RemoveAt( 
       int tableIndex
    )

    Parameters

    tableIndex
    The index that corresponds to the Table that will be removed.
    Remarks
    The index must be non-negative and smaller than the TableCollection's Count.
    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