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


In This Topic
    Background Property (Column)
    In This Topic
    Gets or sets the background for a column.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Background As Brush
    'Usage
     
    Dim instance As Column
    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 column. The default value is null, which means the background color is not specified and the column inherits the background color from the worksheet.
    See Also