HTMLTableRowElement.InsertCell
HTMLTableRowElement.InsertCell method
Insert an empty TD
cell into this row. If index
is -1 or equal to the number of cells, the new cell is appended.
public HTMLElement InsertCell(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The place to insert the cell, starting from 0. |
Return Value
The newly created cell.
Exceptions
exception | condition |
---|---|
dOMException | INDEX_SIZE_ERR: Raised if the specified index is greater than the number of cells or if the index is a negative number other than -1. @version DOM Level 2 |
See Also
- class HTMLElement
- class HTMLTableRowElement
- package com.aspose.html
- package Aspose.HTML