Spread Silverlight Documentation
StyleInfoCollection Class Members
Properties  Methods  Events


The following tables list the members exposed by StyleInfoCollection.

Public Constructors
 NameDescription
Public ConstructorStyleInfoCollection ConstructorCreates a custom style collection (NamedStyleCollection object).  
Top
Public Properties
 NameDescription
Public PropertyCountGets the number of styles (StyleInfo objects) in the collection.  
Public PropertyIsFixedSizeGets a value that indicates whether the collection has a fixed size (this implementation always returns false).  
Public PropertyIsReadOnlyGets a value that indicates whether the collection is read-only (this implementation always returns false).  
Public PropertyIsSynchronizedGets a value that indicates whether access to the collection is synchronized (this implementation always returns false).  
Public PropertyItemGets or sets the style (StyleInfo object) at the specified index in the collection.  
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a style (StyleInfo object) to the collection.  
Public MethodAddRangeOverloaded. Adds an array of styles (StyleInfo object) to the collection.  
Public MethodClearRemoves all named styles from the collection.  
Public MethodContainsDetermines whether the collection contains the specified style (StyleInfo object).  
Public MethodCopyToOverloaded. Copies the styles in the collection to a specified array at a specified position.  
Public MethodFindFinds a style StyleInfo object in the collection with the specified name.  
Public MethodGetEnumeratorGets an IEnumerator object for enumerating through the StyleInfo objects in the collection.  
Public MethodIndexOfReturns the index of the specified style in the collection.  
Public MethodInsertInserts a style into the collection at the specified index.  
Public MethodRemoveRemoves the specified named style from the collection.  
Public MethodRemoveAtRemoves a named style (StyleInfo object) from the collection at the specified index.  
Top
Protected Methods
 NameDescription
Protected MethodOnChangedRaises the Changed event.  
Top
Public Events
 NameDescription
Public EventChangedOccurs when a style is added, removed, or changed in the collection.  
Top
See Also

Reference

StyleInfoCollection Class
GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.