IInternalAddtionalFormat
DiagonalDownVisible Property
|
Indicates whether DiagonalDown line is visible.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool DiagonalDownVisible { get; set; }
Property DiagonalDownVisible As Boolean
Get
Set
property bool DiagonalDownVisible {
bool get ();
void set (bool value);
}
abstract DiagonalDownVisible : bool with get, set
Property Value
Type:
Boolean
See Also