Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / Background Property


In This Topic
    Background Property (Row)
    In This Topic
    Gets or sets the background for a row.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Background As Brush
    'Usage
     
    Dim instance As Row
    Dim value As Brush
     
    instance.Background = value
     
    value = instance.Background
    [DefaultValue("")]
    public Brush Background {get; set;}

    Property Value

    A System.Windows.Media.Brush object that describes the background for cells in this row. The default value is null, which means that no color is set for the row.
    See Also