ExcelExportOptions

ExcelExportOptions()

Initializes a new instance of the ExcelExportOptions class.

public ExcelExportOptions()

See Also


ExcelExportOptions(bool)

Initializes a new instance of the ExcelExportOptions class.

public ExcelExportOptions(bool groupCells)
Parameter Type Description
groupCells Boolean Group flag.

See Also