[]
Creates a new XLRow object and inserts it at a specific position in the collection.
public XLRow Insert(int index)
Type | Name | Description |
---|---|---|
int | index | Position where the new item will be inserted. |
Type | Description |
---|---|
XLRow | A reference to the new item. |
Inserts an XLRow object at a specific position in the collection.
public XLRow Insert(int index, XLRow row)
Type | Name | Description |
---|---|---|
int | index | Position where the item will be inserted. |
XLRow | row | Item that will be inserted. |
Type | Description |
---|---|
XLRow | A reference to the item that was added to the collection. |
<p>The maximum number of <xref href="C1.Excel.XLRow" data-throw-if-not-resolved="false"></xref> objects in a <xref href="C1.Excel.XLSheet" data-throw-if-not-resolved="false"></xref>
is 65,536. This is a limitation imposed by Excel 2003 and below.
For Excel 2007 and above, the maximum number of XLRow objects in an XLSheet is 1,048,576.