XlsBorderArrayWrapper
OColor Property
 | 
Returns or sets the primary color of the object, as shown in the
following table. Use the RGB function to create a color value.
Namespace:
Spire.Xls.Core.Spreadsheet
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