[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IAreas.Count

Count Property

Count

Returns the number of instances of IRange represented by this IArea.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
IRange range = worksheet.Range["A1:B2,D1:E2"];
IAreas areas = range.Areas;
int areaCount = areas.Count;