[]
Creates a new XLRow object and adds it to the collection.
public XLRow Add()
Type | Description |
---|---|
XLRow | A reference to the new XLRow object. |
Adds an XLRow object to the collection.
public XLRow Add(XLRow row)
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 |