ExcelExportOptions
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.metadata.export.ExportOptions
public class ExcelExportOptions extends ExportOptions
Creates an export options of excel file.
Constructors
Constructor | Description |
---|---|
ExcelExportOptions() | Initializes a new instance of the ExcelExportOptions class. |
ExcelExportOptions(boolean groupCells) | Initializes a new instance of the ExcelExportOptions class. |
Methods
Method | Description |
---|---|
getGroupCells() | This flag determines whether it is necessary to group rows when exporting to Excel format |
setGroupCells(boolean value) | This flag determines whether it is necessary to group rows when exporting to Excel format |
ExcelExportOptions()
public ExcelExportOptions()
Initializes a new instance of the ExcelExportOptions class.
ExcelExportOptions(boolean groupCells)
public ExcelExportOptions(boolean groupCells)
Initializes a new instance of the ExcelExportOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
groupCells | boolean | Group flag. |
getGroupCells()
public final boolean getGroupCells()
This flag determines whether it is necessary to group rows when exporting to Excel format
Value: If the flag is true, the lines will be grouped, otherwise not
Returns: boolean
setGroupCells(boolean value)
public final void setGroupCells(boolean value)
This flag determines whether it is necessary to group rows when exporting to Excel format
Value: If the flag is true, the lines will be grouped, otherwise not
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |