[]
        
(Showing Draft Content)

C1.WPF.Excel.XLRowCollection.Add

Add Method

Add()

Creates a new XLRow object and adds it to the collection.

Declaration
public XLRow Add()
Public Function Add() As XLRow
Returns
Type Description
XLRow

A reference to the new XLRow object.

Add(XLRow)

Adds an XLRow object to the collection.

Declaration
public XLRow Add(XLRow row)
Public Function Add(row As XLRow) As XLRow
Parameters
Type Name Description
XLRow row

The item to add to the collection.

Returns
Type Description
XLRow

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