セル
概要
Cells は Java 用 Aspose.Cells FOSS のクラスです。
ワークシート内のセルのコレクションを表します。
プロパティ
| 名前 | 型 | アクセス | 説明 |
|---|---|---|---|
rows | RowCollection | 読み取り | 行を返します。 |
columns | ColumnCollection | 読み取り | 列を返します。 |
mergedCells | java.util.List<CellArea> | 読み取り | 結合されたセルを返します。 |
方法
| シグネチャ | 説明 |
|---|---|
get(cellName: String) → Cell | 要求された項目を返します。 |
get(row: int, column: int) → Cell | 要求された項目を返します。 |
getRows() → RowCollection | 行を返します。 |
getColumns() → ColumnCollection | 列を返します。 |
getMergedCells() → java.util.List<CellArea> | 結合されたセルを返します。 |
merge(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int) | 要求されたセル範囲を結合します。 |