public class Range extends java.lang.Object implements CellGroupReference
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Cell |
getCell(int rowPos,
int colPos)
指定した位置のセルを返します
|
java.util.Collection<Cell> |
getCells()
このグループが持つセルのコレクションを返します
|
Cell[] |
getCol(int colPos)
指定した列を返します
|
int |
getColSize()
このレンジの列数を返します
|
Cell[] |
getRow(int rowPos)
指定した行を返します
|
int |
getRowSize()
このレンジの行数を返します
|
public Cell getCell(int rowPos, int colPos)
rowPos - このレンジに対する行位置colPos - このレンジに対する列位置public Cell[] getRow(int rowPos)
rowPos - このレンジに対する行位置public Cell[] getCol(int colPos)
colPos - このレンジに対する列位置public java.util.Collection<Cell> getCells()
CellGroupReferencegetCells インタフェース内 CellGroupReferencepublic int getRowSize()
public int getColSize()