GrapeCity.Xaml.SpreadSheet.Data
StyleInfoCollection Class Members
Properties  Methods  Events


The following tables list the members exposed by StyleInfoCollection.

Public Constructors
 NameDescription
Public ConstructorStyleInfoCollection Constructor Creates a custom style collection (NamedStyleCollection object).  
Top
Public Properties
 NameDescription
Public PropertyCount Gets the number of styles (StyleInfo objects) in the collection.  
Public PropertyIsFixedSize Gets a value that indicates whether the collection has a fixed size (this implementation always returns false).  
Public PropertyIsReadOnly Gets a value that indicates whether the collection is read-only (this implementation always returns false).  
Public PropertyIsSynchronized Gets a value that indicates whether access to the collection is synchronized (this implementation always returns false).  
Public PropertyItem Gets 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 MethodClear Removes 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 MethodIndexOf Returns the index of the specified style in the collection.  
Public MethodInsert Inserts a style into the collection at the specified index.  
Public MethodRemove Removes the specified named style from the collection.  
Public MethodRemoveAt Removes a named style (StyleInfo object) from the collection at the specified index.  
Top
Protected Methods
 NameDescription
Protected MethodOnChanged Raises the Changed event.  
Top
Public Events
 NameDescription
Public EventChanged Occurs when a style is added, removed, or changed in the collection.  
Top
See Also

Reference

StyleInfoCollection Class
GrapeCity.Xaml.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options