Click or drag to resize

MamlRendererHeaderGuids Property

Gets the GUIDs of all headers. Key is the span start of the header block. Value is the calculated GUID of the header.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IDictionary<int, string> HeaderGuids { get; }

Property Value

IDictionaryInt32, String
See Also