Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SelectionBackground Property


In This Topic
    SelectionBackground Property
    In This Topic
    Gets or sets a Brush object for the selection style.
    Syntax
    'Declaration
     
    Public Property SelectionBackground As Brush
    'Usage
     
    Dim instance As Worksheet
    Dim value As Brush
     
    instance.SelectionBackground = value
     
    value = instance.SelectionBackground
    public Brush SelectionBackground {get; set;}

    Property Value

    The Brush object for this sheet.
    See Also