FarPoint.Win.Spread
DefaultStyleCollection Class Members
See Also  Fields  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : DefaultStyleCollection Class


The following tables list the members exposed by DefaultStyleCollection.

Public Constructors

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)ColumnFooterEnhanced Represents the enhanced style for column footer cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderArcticSea Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderEnhanced Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderGrayscale Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderMetallic Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderMidnight Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderNewspaper Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderPastel Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderRose Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderSandstorm Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderSeashell Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderShamrock Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderSunburst Represents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerArcticSea Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerDefault Represents the default style for header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerEnhanced Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerGrayscale Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerMetallic Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerMidnight Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerNewspaper Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerPastel Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerRose Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerSandstorm Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerSeashell Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerShamrock Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerSunburst Represents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)DataAreaDefault Represents the default style for data area cells.  
Public Fieldstatic (Shared in Visual Basic)DataAreaGrayscale Represents data area for Grayscale style  
Public Fieldstatic (Shared in Visual Basic)DataAreaMidnight Represents data area for Midnight style  
Public Fieldstatic (Shared in Visual Basic)HeaderDefault Represents the default style for header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderArcticSea Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderDefault Represents the default style for header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderEnhanced Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderGrayscale Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderMetallic Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderMidnight Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderNewspaper Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderPastel Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderRose Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderSandstorm Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderSeashell Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderShamrock Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderSunburst Represents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)Styles Represents the array of NamedStyle objects containing the default styles.  
Top

Public Properties

 NameDescription
Public PropertyCount Gets the number of NamedStyle objects in the collection.  
Public PropertyIsFixedSize Gets whether the collection has a fixed size.

(This implementation always returns false.)

 
Public PropertyIsReadOnly Gets whether the collection is read-only.

(This implementation always returns true.)

 
Public PropertyIsSynchronized Gets whether access to the collection is synchronized.

(This implementation always returns false.)

 
Public PropertyItemOverloaded.   
Top

Public Methods

 NameDescription
Public MethodAdd Not supported; calling this method throws an exception because the collection is read-only.  
Public MethodCompose Composes a style using the default styles and a specified StyleInfo object.  
Public MethodContains Determines whether the collection contains the specified style.  
Public MethodCopyToOverloaded. Copies the styles in the collection.  
Public MethodFind Finds a style with the specified name in the collection.  
Public MethodGetEnumerator Gets an IEnumerator object for enumerating through the NamedStyle objects in the collection.  
Public MethodIndexOf Returns the index of the specified NamedStyle object.  
Public MethodInsert Not supported; calling this method throws an exception because the collection is read-only.  
Public MethodRemove Not supported; calling this method throws an exception because the collection is read-only.  
Top

See Also