Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns the number of [Area|Area] objects contained in this [Range|Range].{excerpt}
{signature:C#}
 public int AreaCount{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property AreaCount() As Integer
{signature}
{example}{code:csharp|title=C#}
int numAreas = rng.AreaCount;{code}
{code:vb.net|title=vb.net}
Dim numAreas As Integer = rng.AreaCount{code}

{example}