Excel for WinRT
Add() Method


Creates a new XLSheet and appends it to the collection.
Syntax
'Declaration
 
Public Overloads Function Add() As XLSheet
'Usage
 
Dim instance As XLSheetCollection
Dim value As XLSheet
 
value = instance.Add()
public XLSheet Add()

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