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