Células
Visão geral
Cells é uma classe no Aspose.Cells FOSS para Java.
Representa uma coleção de células em uma planilha.
Propriedades
| Nome | Tipo | Acesso | Descrição |
|---|---|---|---|
rows | RowCollection | Leitura | Retorna as linhas. |
columns | ColumnCollection | Leitura | Retorna as colunas. |
mergedCells | java.util.List<CellArea> | Leitura | Retorna as células mescladas. |
Métodos
| Assinatura | Descrição |
|---|---|
get(cellName: String) → Cell | Retorna o item solicitado. |
get(row: int, column: int) → Cell | Retorna o item solicitado. |
getRows() → RowCollection | Retorna as linhas. |
getColumns() → ColumnCollection | Retorna as colunas. |
getMergedCells() → java.util.List<CellArea> | Retorna as células mescladas. |
merge(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int) | Mescla o intervalo de células solicitado. |