Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal character As Char, _ ByVal style As Styles, _ ByVal backColor As Color, _ ByVal foreColor As Color _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim character As Char Dim style As Styles Dim backColor As Color Dim foreColor As Color Dim instance As New Cell(character, style, backColor, foreColor) |
Managed Extensions for C++ | |
---|---|
public: Cell( char character, Styles style, Color backColor, Color foreColor ) |
Parameters
- character
- The character in the cell.
- style
- The styles applied to the cell.
- backColor
- The background color of the cell.
- foreColor
- The foreground color of the cell.
Target Platforms: Microsoft .NET Framework 2.0