Spread Silverlight Documentation
Count Property (WorksheetCollection)


GrapeCity.Windows.SpreadSheet.Data Namespace > WorksheetCollection Class : Count Property
Gets the number of elements in the collection.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Shadows Property Count As System.Integer
'Usage
 
Dim instance As WorksheetCollection
Dim value As System.Integer
 
instance.Count = value
 
value = instance.Count
[System.ComponentModel.DefaultValue()]
public new System.int Count {get; set;}

Property Value

The number of elements contained in the collection.
See Also

Reference

WorksheetCollection Class
WorksheetCollection Members