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

List of all members.

Public Member Functions

IExcelCellStyle getDefaultStyle ()
void setDefaultStyle (IExcelCellStyle defaultStyle)
IExcelColumn getColumn (int columnIndex)
void setName (String name)
String getName ()

Detailed Description

Representation of an excel grid.


Member Function Documentation

IExcelColumn com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid.getColumn ( int  columnIndex)

Get column at given column index. If column does not exist a new one is created.

Parameters:
columnIndexthe column index.
Returns:
the column.
IExcelCellStyle com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid.getDefaultStyle ( )
Returns:
the default style
String com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid.getName ( )
Returns:
the name
void com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid.setDefaultStyle ( IExcelCellStyle  defaultStyle)

Set default style for each cell in this grid

Parameters:
defaultStyle
void com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid.setName ( String  name)

Set the name of the grid, this name will be presented as the excel sheet name


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