Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn Interface Reference

List of all members.

Public Member Functions

void setAutoSizeColumn (boolean autoSizeColumn)
IExcelCellStyle getStyle ()
void setStyle (IExcelCellStyle style)
void setWidth (short width)
void setCellType (CellType type)
IExcelCell getCell (int rowIndex)

Detailed Description

Representation of an excel column.


Member Function Documentation

IExcelCell com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn.getCell ( int  rowIndex)

Get cell in this column at given row index. If cell does not exist a new one is created.

Parameters:
rowIndexthe row index.
Returns:
the cell.
IExcelCellStyle com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn.getStyle ( )
Returns:
the column style.
void com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn.setAutoSizeColumn ( boolean  autoSizeColumn)
Parameters:
autoSizeColumnindicates if the column should autosize
void com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn.setCellType ( CellType  type)

Set cell type for each cell in this column

Parameters:
typethe cell type.
void com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn.setStyle ( IExcelCellStyle  style)

Set default style for the whole column

Parameters:
stylethe style
void com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn.setWidth ( short  width)

Set width for each cell in this column

Parameters:
widththe width

The documentation for this interface was generated from the following file: