Class CellPosition
java.lang.Object
com.independentsoft.office.spreadsheet.CellPosition
The Class CellPosition.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new cell position.CellPosition(int column, int row)Instantiates a new cell position.CellPosition(String position)Instantiates a new cell position.CellPosition(String column, int row)Instantiates a new cell position. -
Method Summary
-
Constructor Details
-
CellPosition
public CellPosition()Instantiates a new cell position. -
CellPosition
Instantiates a new cell position.- Parameters:
position- the position
-
CellPosition
public CellPosition(int column, int row)Instantiates a new cell position.- Parameters:
column- the columnrow- the row
-
CellPosition
Instantiates a new cell position.- Parameters:
column- the columnrow- the row
-
-
Method Details
-
clone
-
toString
-
getColumn
public int getColumn()Gets the column.- Returns:
- the column
-
setColumn
public void setColumn(int column)Sets the column.- Parameters:
column- the new column
-
getRow
public int getRow()Gets the row.- Returns:
- the row
-
setRow
public void setRow(int row)Sets the row.- Parameters:
row- the new row
-