Returns the background color for the cell.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property BackColor As Color |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Cell
Dim value As Color
value = instance.BackColor |
| C# | |
|---|
public Color BackColor {get;} |
| Managed Extensions for C++ | |
|---|
public: __property Color get_BackColor(); |
| C++/CLI | |
|---|
public:
property Color BackColor {
Color get();
} |
Property Value
A
System.Drawing.Color value specifying the background color for the cell.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also