Gets or sets the color of the border for the focus rectangle.
Syntax
'Declaration
Public Property FocusRectangleBorderColor As Color
'Usage
Dim instance As FpSpread
Dim value As Color
instance.FocusRectangleBorderColor = value
value = instance.FocusRectangleBorderColor
public Color FocusRectangleBorderColor {get; set;}
See Also