Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SelectionBackColorStyle Property
Example


In This Topic
    SelectionBackColorStyle Property
    In This Topic
    Gets or sets the backcolor style for the display of selected cells.
    Syntax
    'Declaration
     
    Public Property SelectionBackColorStyle As SelectionBackColorStyles
    'Usage
     
    Dim instance As SheetView
    Dim value As SelectionBackColorStyles
     
    instance.SelectionBackColorStyle = value
     
    value = instance.SelectionBackColorStyle
    public SelectionBackColorStyles SelectionBackColorStyle {get; set;}
    Example
    This example sets the SelectionBackColorStyle.
    See Also