Excel for WinRT
Add(String) Method


The name of the new XLSheet.
Creates a new XLSheet with a given name and appends it to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal name As System.String _
) As XLSheet
'Usage
 
Dim instance As XLSheetCollection
Dim name As System.String
Dim value As XLSheet
 
value = instance.Add(name)
public XLSheet Add( 
   System.string name
)

Parameters

name
The name of the new XLSheet.

Return Value

A reference to the new XLSheet object.
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback