Tutorial

Getting Started with Macros

Macro Editor

User Interface

Menus and Toolbar

Editing Macros

Macro Debugging

How To

Using variables

Finding and modifying objects

Creating new page content

Asking for user input

Storing persistent data

Using binary data

Sorting objects

Macro menus

Bulleted and numbered lists

Sample Macros

Concepts

Expressions

Objects

Properties

Variables

Data Types

Arrays

Functions

Literals

Operators

Comments

Last updated on: September 02, 2024
Also available as a single HTML file

Onetastic Macro Documentation > Page Objects > 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".

Reference

Statements

Hierarchy Objects

Page Objects

Other Objects

Functions

Array Functions

Color Functions

Data Store Functions

Date/Time Functions

Dialog Box Functions

Macro Execution Functions

Macro Menu Functions

Object Functions

Special Functions

String Functions

Window Functions