XlsGradient
ForeColorObject Property
|
Gets the foreground color as an OColor object based on the internal background color.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor ForeColorObject { get; }
Public ReadOnly Property ForeColorObject As OColor
Get
public:
virtual property OColor^ ForeColorObject {
OColor^ get () sealed;
}
abstract ForeColorObject : OColor with get
override ForeColorObject : OColor with get
Return Value
Type:
OColor
An OColor object representing the foreground color.
Implements
IGradient
ForeColorObject
See Also