Excel for WinRT
Add(XLSheet) Method


The object to add to the collection.
Appends an existing XLSheet to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal sheet As XLSheet _
) As XLSheet
'Usage
 
Dim instance As XLSheetCollection
Dim sheet As XLSheet
Dim value As XLSheet
 
value = instance.Add(sheet)
public XLSheet Add( 
   XLSheet sheet
)

Parameters

sheet
The object to add to the collection.

Return Value

A reference to the object that was added to the collection (in this case, always the sheet parameter).
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback