Uses of Class
com.stimulsoft.report.crossTab.core.StiCell

Packages that use StiCell
com.stimulsoft.report.crossTab.core   
 

Uses of StiCell in com.stimulsoft.report.crossTab.core
 

Methods in com.stimulsoft.report.crossTab.core that return StiCell
 StiCell[][] StiGrid.getCells()
           
 StiCell StiCell.getParentCell()
           
 StiCell StiGrid.SetCell(int cellX, int cellY, int cellWidth, int cellHeight, java.lang.Object text, java.lang.Object value, StiCrossField field, boolean isNumeric, java.lang.String hyperlink, java.lang.String toolTip, java.lang.Object tag, java.util.HashMap<java.lang.String,java.lang.Object> drillDownParameters)
           
 StiCell StiGrid.SetCell(int cellX, int cellY, int cellWidth, int cellHeight, java.lang.Object text, java.lang.Object value, StiCrossField field, boolean isNumeric, java.lang.String hyperlink, java.lang.String toolTip, java.lang.Object tag, java.util.HashMap<java.lang.String,java.lang.Object> drillDownParameters, int level, java.lang.String parentGuid, java.lang.String guid, boolean keepMergedCellsTogether)
           
 

Methods in com.stimulsoft.report.crossTab.core with parameters of type StiCell
 void StiGrid.setCells(StiCell[][] value)
           
 void StiCell.setParentCell(StiCell value)