[]
        
(Showing Draft Content)

C1.Excel.XLRowCollection.Add

Add Method

Add()

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

Declaration
public XLRow Add()
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)
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).