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

NomeTipoAcessoDescrição
rowsRowCollectionLeituraRetorna as linhas.
columnsColumnCollectionLeituraRetorna as colunas.
mergedCellsjava.util.List<CellArea>LeituraRetorna as células mescladas.

Métodos

AssinaturaDescrição
get(cellName: String)CellRetorna o item solicitado.
get(row: int, column: int)CellRetorna o item solicitado.
getRows()RowCollectionRetorna as linhas.
getColumns()ColumnCollectionRetorna 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.
 Português