Excel for WPF and Silverlight
Add(XLRow) Method

C1.WPF.Excel Namespace > XLRowCollection Class > Add Method : 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
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