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

In This Topic
    DataOnly Property
    In This Topic
    Gets or sets a value indicating whether the Excel workbook file should only include the report's data and ignore formatting.
    Syntax
    'Declaration
     
    Public Property DataOnly As System.Boolean
    public System.bool DataOnly {get; set;}
    See Also