Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / CsvExporter Class / ExcelMode Property

In This Topic
    ExcelMode Property
    In This Topic
    Gets or sets a value indicating whether the target output is for Excel. The default value is true.
    Syntax
    'Declaration
     
    Public Property ExcelMode As Boolean
    public bool ExcelMode {get; set;}
    See Also