CreateCellArea
Contenido
[
Ocultar
]CreateCellArea(int, int, int, int)
Crea un área de celda.
public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
| Parámetro | Escribe | Descripción |
|---|---|---|
| startRow | Int32 | La fila de inicio. |
| startColumn | Int32 | La columna de inicio. |
| endRow | Int32 | La última fila. |
| endColumn | Int32 | La columna final. |
Valor_devuelto
devolver unCellArea.
Ver también
- struct CellArea
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
CreateCellArea(string, string)
Crea un área de celda.
public static CellArea CreateCellArea(string startCellName, string endCellName)
| Parámetro | Escribe | Descripción |
|---|---|---|
| startCellName | String | La celda superior izquierda del rango. |
| endCellName | String | La celda inferior derecha del rango. |
Valor_devuelto
devolver unCellArea.
Ver también
- struct CellArea
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells