Tip
Absolute definitions are starting with AbsoluteChar.
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.
public abstract List<Definition> AbsoluteDefinitions { get; }Public MustOverride ReadOnly Property AbsoluteDefinitions As List(Of Definition)
Getpublic:
virtual property List<Definition^>^ AbsoluteDefinitions {
List<Definition^>^ get () abstract;
}abstract AbsoluteDefinitions : List<Definition> with get