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
'Declaration
Public Function New( _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color, _
ByVal As Color _
)
public GridRendererOffice2007(
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
)
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