AddtionalFormatWrapper
DiagonalUpVisible Property
|
Gets or sets the visibility of the diagonal line from the bottom left to the top right.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool DiagonalUpVisible { get; set; }
Public Property DiagonalUpVisible As Boolean
Get
Set
public:
virtual property bool DiagonalUpVisible {
bool get () sealed;
void set (bool value) sealed;
}
abstract DiagonalUpVisible : bool with get, set
override DiagonalUpVisible : bool with get, set
Property Value
Type:
Boolean
true if the diagonal line is visible, false otherwise.
Implements
IInternalAddtionalFormat
DiagonalUpVisible
See Also