CreateCellArea
CreateCellArea(int, int, int, int)
Erstellt einen Zellenbereich.
public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
| Parameter | Typ | Beschreibung |
|---|---|---|
| startRow | Int32 | Die Startreihe. |
| startColumn | Int32 | Die Startspalte. |
| endRow | Int32 | Die Endreihe. |
| endColumn | Int32 | Die Endspalte. |
Rückgabewert
Rückkehr aCellArea.
Siehe auch
- struct CellArea
- namensraum Aspose.Cells
- Montage Aspose.Cells
CreateCellArea(string, string)
Erstellt einen Zellenbereich.
public static CellArea CreateCellArea(string startCellName, string endCellName)
| Parameter | Typ | Beschreibung |
|---|---|---|
| startCellName | String | Die obere linke Zelle des Bereichs. |
| endCellName | String | Die untere rechte Zelle des Bereichs. |
Rückgabewert
Rückkehr aCellArea.
Siehe auch
- struct CellArea
- namensraum Aspose.Cells
- Montage Aspose.Cells