GrapeCity.Xaml.SpreadSheet.Data
Count Property (StyleInfoCollection)


GrapeCity.Xaml.SpreadSheet.Data Namespace > StyleInfoCollection Class : Count Property
Gets the number of styles (StyleInfo objects) in the collection.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable ReadOnly Property Count As Integer
'Usage
 
Dim instance As StyleInfoCollection
Dim value As Integer
 
value = instance.Count
[DefaultValue()]
public virtual int Count {get;}

Property Value

The number of styles (StyleInfo objects) in the collection.
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members