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