insertRowBefore
insertRowBefore(int rowIndex) function
Insert a new row before the specified one Initially all elements in the new row are null.
Parameters
Name | Type | Description |
---|---|---|
rowIndex | int | Index of the row before which to insert a new one |
Insert a new row before the specified one Initially all elements in the new row are null.
Name | Type | Description |
---|---|---|
rowIndex | int | Index of the row before which to insert a new one |