FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class
Properties Methods


In This Topic
    CellStyleCollection Class Members
    In This Topic

    The following tables list the members exposed by CellStyleCollection.

    Public Properties
     NameDescription
    Public PropertyGets the style used to paint scrollable cells in alternate rows.  
    Public PropertyGets the number of CellStyle objects in the collection.  
    Public PropertyGets the style used to paint the cell being edited.  
    Public PropertyGets the style used to paint the area of the grid below and to the right of all the cells.  
    Public PropertyGets the style used to paint the column filter editors.  
    Public PropertyGets the style used to paint fixed cells.  
    Public PropertyGets the style used to paint the current cell when the control has focus.  
    Public PropertyGets the style used to paint the total footers.  
    Public PropertyGets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable).  
    Public PropertyGets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable) in alternate rows.  
    Public PropertyGets the style used to paint highlighted selected cells.  
    Public PropertyGets the style used to paint hovered cells.  
    Public PropertyOverloaded. Gets a CellStyle by index.  
    Public PropertyGets the style used to paint cells in the new row template at the bottom of the grid.  
    Public PropertyGets the default style used to paint scrollable cells.  
    Public PropertyGets the style used to paint the cell selected while auto-searching.  
    Public PropertyGets the style used to paint selected column headers.  
    Public PropertyGets the style used to paint selected row headers.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a new CellStyle object to the collection.  
    Public MethodBuilds and returns a compact string representation of the style collection.  
    Public MethodClear all styles (even those in use) and reset the built-in styles.  
    Public MethodClear all unused styles.  
    Public MethodChecks whether the collection contains a given style.  
    Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodGets the index of a style in the collection.  
    Public MethodParses a string containing style definitions.  
    Public MethodOverloaded. Removes a custom style from the collection.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFinalizes an instance of the CellStyleCollection class.  
    Top
    See Also