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

List of all members.

Public Types

enum  CellType { BOOLEAN, NUMERIC, STRING }

Public Member Functions

IExcelCellStyle getStyle ()
void setStyle (IExcelCellStyle style)
void setContent (String content)
void setCellType (CellType cellType)
void setHeight (float height)

Detailed Description

Representation of an excel cell.


Member Enumeration Documentation


Member Function Documentation

IExcelCellStyle com.mendix.modules.exportmanager.interfaces.excel.IExcelCell.getStyle ( )
Returns:
the style
void com.mendix.modules.exportmanager.interfaces.excel.IExcelCell.setCellType ( CellType  cellType)
Parameters:
cellTypethe CellType to set
void com.mendix.modules.exportmanager.interfaces.excel.IExcelCell.setContent ( String  content)
Parameters:
contentthe content to set
void com.mendix.modules.exportmanager.interfaces.excel.IExcelCell.setHeight ( float  height)
Parameters:
heightthe height to set
void com.mendix.modules.exportmanager.interfaces.excel.IExcelCell.setStyle ( IExcelCellStyle  style)
Parameters:
stylethe style to set

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