'Declaration
Public Sub RemoveAt( _ ByVal worksheetIndex As Integer _ )
'Usage
Dim instance As WorksheetCollection Dim worksheetIndex As Integer instance.RemoveAt(worksheetIndex)
public void RemoveAt( int worksheetIndex )
Parameters
- worksheetIndex
- The index that corresponds to the Worksheet that will be removed.