Table of Contents

Method FullExpand

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

FullExpand()

When implemented by a class, expands all outlining sections.

void FullExpand()

FullExpand(IList<IRange>)

When implemented by a class, expands all outline sections specified by Ranges parameter.

void FullExpand(IList<IRange> ranges)

Parameters

ranges IList<IRange>

Specifies IOutlineRange collection to expand.