GrapeCity.Xaml.Excel
RemoveAt Method (ExcelWorksheetCollection)


The zero-based index of the element to remove.
Removes the element at the specified index
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ExcelWorksheetCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheetCollection Class
ExcelWorksheetCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options