CellArea

Přehled

CellArea je struktura v Aspose.Cells pro NET.

CellArea.CreateCellArea creates a CellArea from start row/column and end row/column indices.

Vlastnosti

Název:Typ:PřístupPopis:
FirstRowintČtěte.Získejte index založený na nule v prvním řádku oblasti.
FirstColumnintČtěte.Zobrazuje index založený na nule v prvním sloupci oblasti.
TotalRowsintČtěte.Získejte počet řádků, které zahrnuje oblast.
TotalColumnsintČtěte.Získejte počet sloupců v oblasti.

Metody

Podpis:Popis:
CellArea(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int)Vytvoří novou oblast s uvedeným prvním řádkem, prvního sloupce a celkovými řadami a kolonkami.
CreateCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int)Vrátí CellArea definovaný indexy počátečního řádku/souboru a konce řady/súru.
CreateCellArea(startCellName: string, endCellName: string)
 Čeština