Excel for WinRT
Remove(XLSheet) Method


The XLSheet object to remove from the collection.
Removes an XLSheet from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal sheet As XLSheet _
) 
'Usage
 
Dim instance As XLSheetCollection
Dim sheet As XLSheet
 
instance.Remove(sheet)
public void Remove( 
   XLSheet sheet
)

Parameters

sheet
The XLSheet object to remove from the collection.
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback