Click or drag to resize

AddtionalFormatWrapper DiagonalDownVisible Property

Gets or sets the visibility of the diagonal line starting from the top-left corner.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool DiagonalDownVisible { get; set; }

Property Value

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

Implements

IInternalAddtionalFormat DiagonalDownVisible
See Also