[]
Creates a new XLRow object and adds it to the collection.
public XLRow Add()
Public Function Add() As XLRow
| Type | Description |
|---|---|
| XLRow | A reference to the new XLRow object. |
Adds an XLRow object to the collection.
public XLRow Add(XLRow row)
Public Function Add(row As XLRow) As XLRow
| Type | Name | Description |
|---|---|---|
| XLRow | row | The item to add to the collection. |
| Type | Description |
|---|---|
| XLRow | A reference to the item that was added to the collection
(in this case, always the |