Spread Silverlight Documentation
StyleInfoCollection Class Members
Properties  Methods  Events


GrapeCity.Windows.SpreadSheet.Data Namespace : StyleInfoCollection Class

The following tables list the members exposed by StyleInfoCollection.

Public Constructors
 NameDescription
Public Constructor Creates a custom style collection (NamedStyleCollection object).  
Top
Public Properties
 NameDescription
Public Property Gets the number of styles (StyleInfo objects) in the collection.  
Public Property Gets a value that indicates whether the collection has a fixed size (this implementation always returns false).  
Public Property Gets a value that indicates whether the collection is read-only (this implementation always returns false).  
Public Property Gets a value that indicates whether access to the collection is synchronized (this implementation always returns false).  
Public Property Gets or sets the style (StyleInfo object) at the specified index in the collection.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds a style (StyleInfo object) to the collection.  
Public MethodOverloaded. Adds an array of styles (StyleInfo object) to the collection.  
Public Method Removes all named styles from the collection.  
Public MethodDetermines whether the collection contains the specified style (StyleInfo object).  
Public MethodOverloaded.  Copies the styles in the collection to a specified array at a specified position.  
Public MethodFinds a style StyleInfo object in the collection with the specified name.  
Public MethodGets an IEnumerator object for enumerating through the StyleInfo objects in the collection.  
Public Method Returns the index of the specified style in the collection.  
Public Method Inserts a style into the collection at the specified index.  
Public Method Removes the specified named style from the collection.  
Public Method Removes a named style (StyleInfo object) from the collection at the specified index.  
Top
Protected Methods
 NameDescription
Protected Method Raises the Changed event.  
Top
Public Events
 NameDescription
Public Event Occurs when a style is added, removed, or changed in the collection.  
Top
See Also

Reference

StyleInfoCollection Class
GrapeCity.Windows.SpreadSheet.Data Namespace