GroupCells

ExcelExportOptions.GroupCells property

This flag determines whether it is necessary to group rows when exporting to Excel format

public bool GroupCells { get; set; }

Property Value

If the flag is true, the lines will be grouped, otherwise not

See Also