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.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public List<Definition> GetPreviouslyDefinedParams()
Public Function GetPreviouslyDefinedParams As List(Of Definition)
public:
List<Definition^>^ GetPreviouslyDefinedParams()
member GetPreviouslyDefinedParams : unit -> List<Definition>
Return Value
ListDefinition
The definitions made available during the previous calculation process of the document until currently focused document element.