Table of Contents

Method FullExpand

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

FullExpand()

Expands all outline sections objects within DisplayStrings.

public virtual void FullExpand()

FullExpand(IList<IRange>)

Expands all outline sections specified by Ranges parameter.

public virtual void FullExpand(IList<IRange> ranges)

Parameters

ranges IList<IRange>

Specifies IOutlineRange collection to expand.