Spread Windows Forms 12.0 Product Documentation
Color Property (IBorder)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IBorder Interface : Color Property
Gets or sets the primary color of the object.
Syntax
'Declaration
 
Property Color As Color
'Usage
 
Dim instance As IBorder
Dim value As Color
 
instance.Color = value
 
value = instance.Color
Color Color {get; set;}

Property Value

The color.
See Also

Reference

IBorder Interface
IBorder Members