FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridRendererOffice2007 Class / GridRendererOffice2007 Constructor / GridRendererOffice2007 Constructor(Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color)
Background color for highlighted cells.
Color of the border around the top left fixed cell.
Color of the background for the top left fixed cell.
First color of the gradient background for the image in the top left fixed cell.
Second color of the gradient background for the image in the top left fixed cell.
First color of the gradient background for column headers.
Second color of the gradient background for column headers.
Color of the border around column headers.
First color of the gradient background for selected column headers.
Second color of the gradient background for selected column headers.
Color of the border around selected column headers.
First color of the gradient background for hot column headers.
Second color of the gradient background for hot column headers.
Color of the border around hot column headers.
First color of the gradient background for selected hot column headers.
Second color of the gradient background for selected hot column headers.
Color of the border around hot selected column headers.
Color of the background for row headers.
Color of the border around row headers.
Color of the background for selected row headers.
Color of the border around selected row headers.
Color of the background for hot row headers.
Color of the border around hot row headers.
Color of the background for hot selected row headers.
Color of the border around selected hot row headers.

In This Topic
    GridRendererOffice2007 Constructor(Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color,Color)
    In This Topic
    Initializes a new instance of a GridRendererOffice2007.
    Syntax

    Parameters

    clrHighlight
    Background color for highlighted cells.
    clrTopLeftBorder
    Color of the border around the top left fixed cell.
    clrTopLeft
    Color of the background for the top left fixed cell.
    clrImg1
    First color of the gradient background for the image in the top left fixed cell.
    clrImg2
    Second color of the gradient background for the image in the top left fixed cell.
    clrCol1
    First color of the gradient background for column headers.
    clrCol2
    Second color of the gradient background for column headers.
    clrColBorder
    Color of the border around column headers.
    clrColSel1
    First color of the gradient background for selected column headers.
    clrColSel2
    Second color of the gradient background for selected column headers.
    clrSelBorder
    Color of the border around selected column headers.
    clrColHot1
    First color of the gradient background for hot column headers.
    clrColHot2
    Second color of the gradient background for hot column headers.
    clrHotBorder
    Color of the border around hot column headers.
    clrColSelHot1
    First color of the gradient background for selected hot column headers.
    clrColSelHot2
    Second color of the gradient background for selected hot column headers.
    clrSelHotBorder
    Color of the border around hot selected column headers.
    clrRow
    Color of the background for row headers.
    clrRowBorder
    Color of the border around row headers.
    clrRowSel
    Color of the background for selected row headers.
    clrRowSelBorder
    Color of the border around selected row headers.
    clrRowHot
    Color of the background for hot row headers.
    clrRowHotBorder
    Color of the border around hot row headers.
    clrRowSelHot
    Color of the background for hot selected row headers.
    clrRowSelHotBorder
    Color of the border around selected hot row headers.
    See Also