[]
Returns the number of instances of IRange represented by this IArea.
int Count { get; }
ReadOnly Property Count As Integer
IRange range = worksheet.Range["A1:B2,D1:E2"]; IAreas areas = range.Areas; int areaCount = areas.Count;