Style.Border.RightColor Property

NanoXLSX

NanoXLSX

StyleBorderRightColor Property

Gets or sets the color code of the right border. 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 RightColor { get; set; }

Property Value

Type: String
See Also