GrapeCity.Xaml.Excel
Count Property (ExcelWorksheetCollection)


GrapeCity.Excel Namespace > ExcelWorksheetCollection Class : Count Property
Gets the number of elements actually contained in the collection
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As ExcelWorksheetCollection
Dim value As Integer
 
value = instance.Count
public int Count {get;}
See Also

Reference

ExcelWorksheetCollection Class
ExcelWorksheetCollection Members