ch.e2e.excelgenerator
Class ExcelGenerator.Row

java.lang.Object
  extended by ch.e2e.excelgenerator.ExcelGenerator.Row
Enclosing class:
ExcelGenerator

public static class ExcelGenerator.Row
extends java.lang.Object


Constructor Summary
ExcelGenerator.Row(int nCells)
           
 
Method Summary
 void addCell(ExcelGenerator.Cell cell)
           
 java.util.List<ExcelGenerator.Cell> getCells()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelGenerator.Row

public ExcelGenerator.Row(int nCells)
Method Detail

getCells

public java.util.List<ExcelGenerator.Cell> getCells()

addCell

public void addCell(ExcelGenerator.Cell cell)


Copyright © 2012 E2E Technologies Ltd. All Rights Reserved.