@Retention(value=RUNTIME) @Target(value={}) @Documented public @interface ExcelFunctionRow
ExcelFunctionRows.| Modifier and Type | Required Element and Description |
|---|---|
ExcelColumn |
excelColumn
Excel column.
|
ExcelFunction |
excelFunction
Excel function.
|
| Modifier and Type | Optional Element and Description |
|---|---|
ExcelCellLayout |
excelCellsLayout
Excel cells layout.
|
ExcelColumnWidth |
excelColumnWidth
Excel column width.
|
public abstract ExcelColumn excelColumn
public abstract ExcelFunction excelFunction
public abstract ExcelCellLayout excelCellsLayout
public abstract ExcelColumnWidth excelColumnWidth
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.