Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns the number of Area objects contained in this Range.
C#
public int AreaCount{ get; }
vb.net
Public ReadOnly Property AreaCount() As Integer

Examples

C#
int numAreas = rng.AreaCount;
vb.net
Dim numAreas As Integer = rng.AreaCount
  • No labels