PowerTCP Emulation for .NET
ForeColor Property (Cell)




Returns the foreground color for the cell.
Syntax
Public ReadOnly Property ForeColor As Color
Dim instance As Cell
Dim value As Color
 
value = instance.ForeColor
public Color ForeColor {get;}
public: __property Color get_ForeColor();
public:
property Color ForeColor {
   Color get();
}

Property Value

A System.Drawing.Color value specifying the foreground color for the cell.
Remarks

If no foreground color is specified for the cell, this property will return Color.Empty.

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