PowerTCP Emulation for .NET CF
Cell Constructor
See Also  Send comments on this topic.
Dart.Emulation Namespace > Cell Structure : Cell Constructor




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.
Initialize a new instance of Cell.

Syntax

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)Copy Code
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)
C# 
public Cell( 
   char character,
   Styles style,
   Color backColor,
   Color foreColor
)
Managed Extensions for C++ 
public: Cell( 
   char character,
   Styles style,
   Color backColor,
   Color foreColor
)
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.