CreateCellArea
Contenu
[
Cacher
]CreateCellArea(int, int, int, int)
Crée une zone de cellule.
public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
| Paramètre | Taper | La description |
|---|---|---|
| startRow | Int32 | La ligne de départ. |
| startColumn | Int32 | La colonne de départ. |
| endRow | Int32 | La ligne de fin. |
| endColumn | Int32 | La colonne de fin. |
Return_Value
Retourne unCellArea.
Voir également
- struct CellArea
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells
CreateCellArea(string, string)
Crée une zone de cellule.
public static CellArea CreateCellArea(string startCellName, string endCellName)
| Paramètre | Taper | La description |
|---|---|---|
| startCellName | String | La cellule supérieure gauche de la plage. |
| endCellName | String | La cellule en bas à droite de la plage. |
Return_Value
Retourne unCellArea.
Voir également
- struct CellArea
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells