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