Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / FocusRectangleBorderColor Property
Example


In This Topic
    FocusRectangleBorderColor Property
    In This Topic
    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;}

    Property Value

    Color object containing the color of the focus rectangle border
    Example
    This example sets the border style of the focus rectangle.
    See Also