WorksheetGetPreviouslyDefinedParams Method

Provides access to the definitions made available during the previous calculation process of the document and which are visible to the currently focused document element.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public List<Definition> GetPreviouslyDefinedParams()

Return Value

ListDefinition
The definitions made available during the previous calculation process of the document until currently focused document element.

See Also