C1.Win.C1FlexGrid Namespace : CellStyleCollection Class |
The following tables list the members exposed by CellStyleCollection.
Name | Description | |
---|---|---|
Alternate | Gets the style used to paint scrollable cells in alternate rows. | |
Count | Gets the number of CellStyle objects in the collection. | |
Editor | Gets the style used to paint the cell being edited. | |
EmptyArea | Gets the style used to paint the area of the grid below and to the right of all the cells. | |
FilterEditor | Gets the style used to paint the column filter editors. | |
Fixed | Gets the style used to paint fixed cells. | |
Focus | Gets the style used to paint the current cell when the control has focus. | |
Frozen | Gets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable). | |
FrozenAlternate | Gets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable) in alternate rows. | |
Highlight | Gets the style used to paint highlighted selected cells. | |
Item | Overloaded. Gets a CellStyle by index. | |
NewRow | Gets the style used to paint cells in the new row template at the bottom of the grid. | |
Normal | Gets the default style used to paint scrollable cells. | |
Search | Gets the style used to paint the cell selected while auto-searching. | |
SelectedColumnHeader | Gets the style used to paint selected column headers. | |
SelectedRowHeader | Gets the style used to paint selected column headers. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new CellStyle object to the collection. | |
BuildString | Builds and returns a compact string representation of the style collection. | |
Clear | Clear all styles (even those in use) and reset the built-in styles. | |
ClearUnused | Clear all unused styles. | |
Contains | Checks whether the collection contains a given style. | |
IndexOf | Gets the index of a style in the collection. | |
ParseString | Parses a string containing style definitions. | |
Remove | Overloaded. Removes a custom style from the collection. |