Excel for WinRT
Add(XLRow) Method


The item to add to the collection.
Adds an XLRow object to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal row As XLRow _
) As XLRow
'Usage
 
Dim instance As XLRowCollection
Dim row As XLRow
Dim value As XLRow
 
value = instance.Add(row)
public XLRow Add( 
   XLRow row
)

Parameters

row
The item to add to the collection.

Return Value

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

Reference

XLRowCollection Class
XLRowCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback