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 |