Excel for WinRT
Add() Method


Creates a new XLRow object and adds it to the collection.
Syntax
'Declaration
 
Public Overloads Function Add() As XLRow
'Usage
 
Dim instance As XLRowCollection
Dim value As XLRow
 
value = instance.Add()
public XLRow Add()

Return Value

A reference to the new XLRow object.
See Also

Reference

XLRowCollection Class
XLRowCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback