WorksheetAbsoluteDefinitions Property

Gets the list of Absolute Definitions for the Worksheet, i.e. the definitions which are available to read/write from any location on the Worksheet regardless of order.

  Tip

Absolute definitions are starting with AbsoluteChar.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public abstract List<Definition> AbsoluteDefinitions { get; }

Property Value

ListDefinition

See Also