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 > Column

Column Object

Description

Represents a column of a Table in a OneNote page.

Hierarchical Structure

Column objects can be found under following objects: Table

Creating Column Objects

Column objects cannot be inserted with Onetastic Macros

Remarks

To insert Columns into a Table, insert one or more Cell object under Row object.

Properties

Name Type Access Description
index Numeric read-only The number of Columns before this Column.
isLocked Bool read-write Whether the width of this Column was set by the user or not.
type ObjectType read-only Type of this object. Always has the value of "Column".
width Numeric read-write The width of this Column in points.

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