ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / XlsFilter Class / Shading Property

In This Topic
    Shading Property
    In This Topic
    Gets or sets a value that determines whether cells should be shaded in the Excel workbook file.
    Syntax
    'Declaration
     
    Public Property Shading As System.Boolean
    public System.bool Shading {get; set;}
    Remarks
    Set this property to false to create smaller files without any cell shading.
    See Also