Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollection Class
Properties Methods Events

In This Topic
    StyleInfoCollection Class Members
    In This Topic

    The following tables list the members exposed by StyleInfoCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreates a custom style collection (NamedStyleCollection object).  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of styles (StyleInfo objects) in the collection.  
    Public PropertyGets a value that indicates whether the collection has a fixed size (this implementation always returns false).  
    Public PropertyGets a value that indicates whether the collection is read-only (this implementation always returns false).  
    Public PropertyGets a value that indicates whether access to the collection is synchronized (this implementation always returns false).  
    Public PropertyGets 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 MethodRemoves 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 MethodReturns the index of the specified style in the collection.  
    Public MethodInserts a style into the collection at the specified index.  
    Public MethodRemoves the specified named style from the collection.  
    Public MethodRemoves a named style (StyleInfo object) from the collection at the specified index.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a style is added, removed, or changed in the collection.  
    Top
    See Also