ExcelExportOptions

ExcelExportOptions class

Creates an export options of excel file.

public class ExcelExportOptions : ExportOptions

Constructors

Name Description
ExcelExportOptions() Initializes a new instance of the ExcelExportOptions class.
ExcelExportOptions(bool) Initializes a new instance of the ExcelExportOptions class.

Properties

Name Description
GroupCells { get; set; } This flag determines whether it is necessary to group rows when exporting to Excel format

See Also