Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns an array of Section objects that represents all the sections in this Document.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public Section[] Sections{ get; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net

<p>Public ReadOnly Property Sections() As Section()</p>