Style.Border.DiagonalColor Property

NanoXLSX

NanoXLSX

StyleBorderDiagonalColor Property

Gets or sets the color code of the diagonal lines. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public string DiagonalColor { get; set; }

Property Value

Type: String
See Also