[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.INames.Count

Count Property

Count

Returns the number of objects in the collection.

For an INames collection, the objects are defined names.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
INames names = workbook.Names;
names.Add("SalesRange", "=Sheet1!$A$1:$A$5");
int count = names.Count;