IBorder
ShowDiagonalLine Property
|
This property is used only by Diagonal borders. For any other border
index property will have no influence.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowDiagonalLine { get; set; }
Property ShowDiagonalLine As Boolean
Get
Set
property bool ShowDiagonalLine {
bool get ();
void set (bool value);
}
abstract ShowDiagonalLine : bool with get, set
Property Value
Type:
Boolean
See Also