Spread for ASP.NET 12 Product Documentation
DefaultStyleCollection Class Members
Fields  Properties  Methods 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : DefaultStyleCollection Class

The following tables list the members exposed by DefaultStyleCollection.

Public Constructors
 NameDescription
Public Constructor  
Top
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)Represents the array of NamedStyle objects that contain 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.  
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 at a specified location.  
Public MethodFinds a style with the specified name in the collection.  
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

Reference

DefaultStyleCollection Class
FarPoint.Web.Spread Namespace