CreateCellArea
CreateCellArea(int, int, int, int)
Создает область ячейки.
public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
| Параметр | Тип | Описание |
|---|---|---|
| startRow | Int32 | Стартовый ряд. |
| startColumn | Int32 | Стартовая колонка. |
| endRow | Int32 | Конечный ряд. |
| endColumn | Int32 | Конечный столбец. |
Возвращаемое значение
ВернутьCellArea.
Смотрите также
- struct CellArea
- пространство имен Aspose.Cells
- сборка Aspose.Cells
CreateCellArea(string, string)
Создает область ячейки.
public static CellArea CreateCellArea(string startCellName, string endCellName)
| Параметр | Тип | Описание |
|---|---|---|
| startCellName | String | Верхняя левая ячейка диапазона. |
| endCellName | String | Нижняя правая ячейка диапазона. |
Возвращаемое значение
ВернутьCellArea.
Смотрите также
- struct CellArea
- пространство имен Aspose.Cells
- сборка Aspose.Cells