AddtionalFormatWrapper
DiagonalBorderColor Property
|
Gets the color of the diagonal border.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor DiagonalBorderColor { get; }
Public ReadOnly Property DiagonalBorderColor As OColor
Get
public:
virtual property OColor^ DiagonalBorderColor {
OColor^ get () sealed;
}
abstract DiagonalBorderColor : OColor with get
override DiagonalBorderColor : OColor with get
Return Value
Type:
OColor
The color of the diagonal border as an OColor object.
Implements
IInternalAddtionalFormat
DiagonalBorderColor
See Also