Spread Windows Forms 7.0 Product Documentation
DefaultStyleCollection Class Members
See Also  Fields  Properties  Methods  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : DefaultStyleCollection Class


Glossary Item Box

The following tables list the members exposed by DefaultStyleCollection.

Public Constructors

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)ColumnFooterEnhancedRepresents the enhanced style for column footer cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderArcticSeaRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderEnhancedRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderGrayscaleRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderMetallicRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderMidnightRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderNewspaperRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderPastelRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderRoseRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderSandstormRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderSeashellRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderShamrockRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)ColumnHeaderSunburstRepresents the enhanced style for column header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerArcticSeaRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerDefaultRepresents the default style for header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerEnhancedRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerGrayscaleRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerMetallicRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerMidnightRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerNewspaperRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerPastelRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerRoseRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerSandstormRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerSeashellRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerShamrockRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)CornerSunburstRepresents the enhanced style for corner header cells.  
Public Fieldstatic (Shared in Visual Basic)DataAreaDefaultRepresents the default style for data area cells.  
Public Fieldstatic (Shared in Visual Basic)DataAreaGrayscaleRepresents the data area for the Grayscale style.  
Public Fieldstatic (Shared in Visual Basic)DataAreaMidnightRepresents the data area for the Midnight style.  
Public Fieldstatic (Shared in Visual Basic)FilterBarArcticSeaRepresents the arctic sea style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarDefaultRepresent the default style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarEnhancedRepresents the enhanced style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarGrayscaleRepresents the gray scale style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarMetallicRepresents the metallic style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarMidnightRepresents the midnight style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarNewspaperRepresents the newspaper style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarPastelRepresents the pastel style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarRoseRepresents the rose style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarSandstormRepresents the sandstorm style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarSeashellRepresents the seashell style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarShamrockRepresents the shamrock style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)FilterBarSunburstRepresents the sunburst style for filter bar.  
Public Fieldstatic (Shared in Visual Basic)HeaderDefaultRepresents the default style for header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderArcticSeaRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderDefaultRepresents the default style for header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderEnhancedRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderGrayscaleRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderMetallicRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderMidnightRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderNewspaperRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderPastelRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderRoseRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderSandstormRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderSeashellRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderShamrockRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)RowHeaderSunburstRepresents the enhanced style for row header cells.  
Public Fieldstatic (Shared in Visual Basic)StylesRepresents the array of NamedStyle objects that contain the default styles.  
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of NamedStyle objects in the collection.  
Public PropertyIsFixedSizeGets whether the collection has a fixed size.

(This implementation always returns false.)

 
Public PropertyIsReadOnlyGets whether the collection is read-only.

(This implementation always returns true.)

 
Public PropertyIsSynchronizedGets whether access to the collection is synchronized.

(This implementation always returns false.)

 
Public PropertyItemGets or sets the NamedStyle object at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAddNot supported; calling this method throws an exception because the collection is read-only.  
Public MethodComposeComposes a style using the default styles and a specified StyleInfo object.  
Public MethodContainsDetermines whether the collection contains the specified style.  
Public MethodCopyToOverloaded. Copies the styles in the collection.  
Public MethodFindFinds a style with the specified name in the collection.  
Public MethodGetEnumeratorGets an IEnumerator object for enumerating through the NamedStyle objects in the collection.  
Public MethodIndexOfReturns the index of the specified NamedStyle object.  
Public MethodInsertNot supported; calling this method throws an exception because the collection is read-only.  
Public MethodRemoveNot supported; calling this method throws an exception because the collection is read-only.  
Top

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.