[]
Returns the number of objects in the collection.
int Count { get; }
ReadOnly Property Count As Integer
The object count.
IRange range = worksheet.Range["B2:C3"]; int count = range.Count;