Excel for WinRT
Remove(String) Method


Name of the sheet to remove from the collection (case-insensitive).
Removes the XLSheet with the specified name from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As XLSheetCollection
Dim name As System.String
 
instance.Remove(name)
public void Remove( 
   System.string name
)

Parameters

name
Name of the sheet to remove from the collection (case-insensitive).
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback