Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the number of Area objects contained in this Range.

{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}
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public ReadOnly Property AreaCount() As Integer
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle