Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / ActiveCellBackground Property


In This Topic
    ActiveCellBackground Property
    In This Topic
    Gets or sets the background of active cell.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Appearance")>
    Public Property ActiveCellBackground As Brush
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Brush
     
    instance.ActiveCellBackground = value
     
    value = instance.ActiveCellBackground
    [Bindable(true)]
    [Category("Appearance")]
    public Brush ActiveCellBackground {get; set;}

    Property Value

    The System.Windows.Media.Brush object represents the background of active cell.
    See Also