Scratch

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.

Scratch()

Constructor.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
AValueA general-purpose element.
BValueA general-purpose scratch element.
CValueA general-purpose element.
DValueA general-purpose element.
XDoubleValueSpecifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the elem
YDoubleValueSpecifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the sh

Methods

NameDescription
deepCloneCreates deep copy of this instance.