Scratch class
Scratch class
Contains a work area for entering and testing formulas that are referred to by other elements. This element is typically used to isolate repeated complex calculations.
The Scratch type exposes the following members:
Constructors
Properties
Property | Description |
---|
ix | The zero-based index of the element within its parent element. |
a | A general-purpose element. |
b | A general-purpose scratch element. |
c | A general-purpose element. |
d | A general-purpose element. |
x | Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it. |
y | Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page. |
Methods
Method | Description |
---|
clone() | Creates deep copy of this instance. |
See Also