Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultStyleCollection Class
Fields Properties Methods


In This Topic
    DefaultStyleCollection Class Members
    In This Topic

    The following tables list the members exposed by DefaultStyleCollection.

    Public Constructors
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the default style for row header cells.  
    Public Fieldstatic (Shared in Visual Basic)Represents the default style for column header cells.  
    Public Fieldstatic (Shared in Visual Basic)Represents the default style for corner header cells.  
    Public Fieldstatic (Shared in Visual Basic)Represents the default style for data area cells in the sheet.  
    Public Fieldstatic (Shared in Visual Basic)Represents the default style for data area cells in the sheet with padding.  
    Public Fieldstatic (Shared in Visual Basic)Represents the default style for the filter bar.  
    Public Fieldstatic (Shared in Visual Basic)Represents the default style for header cells.  
    Public Fieldstatic (Shared in Visual Basic)Represents the default style for row header cells.  
    Public Fieldstatic (Shared in Visual Basic)Array of NamedStyle objects containing the default styles.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of NamedStyle objects in the collection.  
    Public PropertyGets whether the collection has a fixed size.

    (This implementation always returns false.)

     
    Public PropertyGets whether the collection is read-only.

    (This implementation always returns true.)

     
    Public PropertyGets whether access to the collection is synchronized.

    (This implementation always returns false.)

     
    Public PropertyGets or sets the NamedStyle object at the specified index in the collection.  
    Public PropertyGets a NamedStyleCollection object that can be used to synchronize access to the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodNot supported; calling this method throws an exception because the collection is read-only.  
    Public MethodComposes a style using the default styles and a specified StyleInfo object.  
    Public MethodDetermines whether the collection contains the specified style.  
    Public MethodOverloaded. Copies the styles in the collection to a specified array.  
    Public MethodSearches the collection for a NamedStyle with the specified name.  
    Public MethodGets an IEnumerator object for enumerating through the NamedStyle objects in the collection.  
    Public MethodReturns the index of the specified NamedStyle object.  
    Public MethodNot supported; calling this method throws an exception because the collection is read-only.  
    Public MethodNot supported; calling this method throws an exception because the collection is read-only.  
    Top
    See Also