Click or drag to resize

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; }

Property Value

Type: Boolean
true if the diagonal line is visible, false otherwise.

Implements

IInternalAddtionalFormat DiagonalUpVisible
See Also