CellArea

Přehled

CellArea je třída v Aspose.Cells FOSS pro Javu.

Reprezentuje oblast buněk s hranicemi řádků a sloupců.

Vlastnosti

NázevTypPřístupPopis
firstRowintČístVrací první řádek.
firstColumnintČístVrací první sloupec.
totalRowsintČístVrací celkový počet řádků.
totalColumnsintČístVrací celkový počet sloupců.

Metody

SignaturePopis
CellArea(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int)Vytvoří novou oblast buněk (CellArea) se zadanými hranicemi.
getFirstRow()intVrací první řádek.
getFirstColumn()intVrací první sloupec.
getTotalRows()intVrací celkový počet řádků.
getTotalColumns()intVrací celkový počet sloupců.
createCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int)CellAreaVytvoří oblast buněk (CellArea) ze souřadnic počáteční a koncové buňky.
createCellArea(startCellName: String, endCellName: String)CellAreaVytvoří oblast buněk (CellArea) ze jmen počáteční a koncové buňky (např. „A1“, „B2“).
 Čeština