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řístup | Popis: |
|---|---|---|---|
FirstRow | int | Čtěte. | Získejte index založený na nule v prvním řádku oblasti. |
FirstColumn | int | Čtěte. | Zobrazuje index založený na nule v prvním sloupci oblasti. |
TotalRows | int | Čtěte. | Získejte počet řádků, které zahrnuje oblast. |
TotalColumns | int | Č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) |