|
Onetastic Macro Documentation >
>
Row Row Object
Description
Represents a row of a Table in a OneNote page.
Hierarchical Structure
Row objects can be found under following objects: Table
Row objects can contain following objects: Cell
Creating Row Objects
Row objects can be inserted directly under following objects: Table
Properties
| Name |
Type |
Access |
Description |
| author |
String |
read-write |
The original author of this Row. |
| authorInitials |
String |
read-write |
The initials of the original author of this Row. |
| cells |
Array<Cell> |
read-only |
The list of cells in this Row. |
| creationTime |
DateTime |
read-write |
The date and time this Row is originally created. |
| index |
Numeric |
read-only |
The number of Rows before this Row. |
| lastModifiedBy |
String |
read-write |
The person who last modified this Row. |
| lastModifiedByInitials |
String |
read-write |
The initials of the person who last modified this Row. |
| lastModifiedTime |
DateTime |
read-write |
The date and time of the last modification to this Row. |
| objectId |
String |
read-write |
The unique identifier of this Row. |
| selection |
Selection |
read-write |
Whether this Row is fully or partially selected or not. |
| type |
ObjectType |
read-only |
Type of this object. Always has the value of "Row". |
|