[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.SingleBorderColor

SingleBorderColor Property

SingleBorderColor

Gets or sets the color of the single line border.

Declaration
[Browsable(true)]
public Color SingleBorderColor { get; set; }
<Browsable(True)>
Public Property SingleBorderColor As Color
Property Value
Type Description
Color

A Color value that indicates the color of the single line border.
The default is WindowFrame.

Remarks

The color only takes effect when BorderStyle is FixedSingle.

Exceptions
Type Condition
ArgumentException

The value is not valid.