PowerTCP Emulation for .NET
Cell Constructor




The character in the cell.
The styles applied to the cell.
The background color of the cell.
The foreground color of the cell.
Initialize a new instance of Cell.
Syntax
Public Function New( _
   ByVal character As Char, _
   ByVal style As Styles, _
   ByVal backColor As Color, _
   ByVal foreColor As Color _
)
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)
public Cell( 
   char character,
   Styles style,
   Color backColor,
   Color foreColor
)
public: Cell( 
   char character,
   Styles style,
   Color backColor,
   Color foreColor
)
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.
See Also

Reference

Cell Structure
Cell Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic