ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / SubtotalBackground Property

In This Topic
    SubtotalBackground Property
    In This Topic
    Gets or sets the color used to paint the background of cells that contain totals.
    Syntax
    'Declaration
     
    Public Property SubtotalBackground As System.Drawing.Color
    public System.Drawing.Color SubtotalBackground {get; set;}
    Remarks
    Setting this property to Color.Empty (the default value) causes the subtotal background color to change automatically and match the current VisualStyle.
    See Also