The Rows collection of the scratch section is used to store scratch rows. They are represented by instances of the NScratchRow class. Currently this type of row defines six cells. In the scratch section their column names are X, Y, A, B, C and D. The column names are identical with the column names of the geometry section. In this way a sub-formula that you often use in the X cells of path command rows, can natively be placed in the X cell of a scratch row.
The following table summarizes the scratch row cells:
Cell Column Name | Cell Type | Description |
---|---|---|
X | Single | Accessible from the X property. |
Y | Single | Accessible from the Y property. |
A | Single | Accessible from the A property. |
B | Single | Accessible from the B property. |
C | Single | Accessible from the C property. |
D | Single | Accessible from the D property. |