CellBorder
OColor Property
|
Returns or sets the primary color of the object.
Read/write ExcelColors.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor OColor { get; }
Public ReadOnly Property OColor As OColor
Get
public:
virtual property OColor^ OColor {
OColor^ get () sealed;
}
abstract OColor : OColor with get
override OColor : OColor with get
Property Value
Type:
OColor
Implements
IBorder
OColor
See Also