PowerTCP Emulation for .NET
BackColor Property (Cell)




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

Property Value

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

If no background 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