Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class
Fields Properties Methods Events

In This Topic
    NamedStyleCollection Class Members
    In This Topic

    The following tables list the members exposed by NamedStyleCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreates a style collection (NamedStyleCollection object).  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) Represents the read-only collection of default styles.  
    Top
    Public Properties
     NameDescription
    Public Property Gets whether the object in its entirety can be rendered with XML without losing any information.  
    Public Property Gets the number of styles (NamedStyle objects) in the collection.  
    Public Property Gets whether the collection has a fixed size. (This implementation always returns false.)  
    Public Property Gets whether the collection is read-only. (This implementation always returns false.)  
    Public Property Gets whether access to the collection is synchronized. (This implementation always returns false.)  
    Public Property Gets or sets the style (NamedStyle object) at the specified index in the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Adds a style (NamedStyle object) to the collection.  
    Public MethodOverloaded.  Adds an array of styles (NamedStyle objects) to the collection.  
    Public Method Removes all named styles from the collection.  
    Public Method Composes a style, using the current style and a specified NamedStyle object.  
    Public Method Determines whether the collection contains the specified style (NamedStyle object).  
    Public MethodOverloaded.  Copies the styles in the collection to a specified array at a specified position.  
    Public Method Loads the collection of styles from XML.  
    Public Method Finds a style (NamedStyle object) in the collection with the specified name.  
    Public Method Gets an IEnumerator object for enumerating through the NamedStyle objects in the collection.  
    Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.  
    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 (NamedStyle object) from the collection at the specified index.  
    Public Method Saves the collection of styles to XML.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a style is added, removed, or changed in the collection.  
    Top
    See Also