ApiListRow
Represents the ApiListRow class.
note
This functionality is available in paid ONLYOFFICE Docs editions.
Properties
| Name | Type | Description |
|---|---|---|
| Index | number | Returns the 1-based index of the row within the data body. |
| Parent | ApiListObject | Returns the parent list object. |
| Range | ApiRange | null | Returns the range of the entire row spanning all columns. |
Methods
| Method | Returns | Description |
|---|---|---|
| Delete | boolean | Deletes the row from the table. |
| GetIndex | number | Returns the 1-based index of the row within the data body of the table. |
| GetParent | ApiListObject | Returns the parent list object. |
| GetRange | ApiRange | null | Returns the range of the entire row, spanning all columns of the table. |