[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomViews.Count

Count Property

Count

Returns the number of objects in the collection (read-only).

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
worksheet.PageSetup.PrintArea = "$A$1:$C$10";
workbook.CustomViews.Add("PrintView", true, false);
workbook.CustomViews.Add("HiddenRows", false, true);
int count = workbook.CustomViews.Count;