Annotation Type ExcelSuperHeaderCell
The Interface ExcelSuperHeaderCell.
ExcelSuperHeaderCell is used to write the top level header cell.
It is composed by:
ExcelSuperHeaderCell is used to write the top level header cell.
It is composed by:
- ColumnName - to define the top level header name
- ColumnRange - to set the cell range address
- ExcelHeaderCellLayout - to set the style of the top level header cell
ExcelSuperHeader.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionColumn name.Column range. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionExcel header cell layout.
-
Element Details
-
columnName
String columnNameColumn name.- Returns:
- the string
-
columnRange
String columnRangeColumn range.- Returns:
- the string
-
excelHeaderCellLayout
ExcelHeaderCellLayout excelHeaderCellLayoutExcel header cell layout.- Returns:
- the excel header cell layout
- Default:
@bld.generator.report.excel.annotation.ExcelHeaderCellLayout
-