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


In This Topic
    FocusRectangleBorderStyle Property
    In This Topic
    Gets or sets the style of the border for the focus rectangle.
    Syntax
    'Declaration
     
    
    Public Property FocusRectangleBorderStyle As FocusBorderStyle
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As FocusBorderStyle
     
    instance.FocusRectangleBorderStyle = value
     
    value = instance.FocusRectangleBorderStyle
    public FocusBorderStyle FocusRectangleBorderStyle {get; set;}

    Property Value

    FocusBorderStyle setting that specifies the style of the focus rectangle border
    Example
    This example sets the border style of the focus rectangle.
    See Also