public class Setting extends Object
public Setting(int row,
int col,
Integer value)
row - the row number of the Cell to setcol - the column number of the Cell to setvalue - the value to setpublic int getRowNo()
public int getColNo()
public Integer getValue()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.