CreateCellArea

CreateCellArea(int, int, int, int)

Crée une zone de cellule.

public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
ParamètreTaperLa description
startRowInt32La ligne de départ.
startColumnInt32La colonne de départ.
endRowInt32La ligne de fin.
endColumnInt32La colonne de fin.

Return_Value

Retourne unCellArea.

Voir également


CreateCellArea(string, string)

Crée une zone de cellule.

public static CellArea CreateCellArea(string startCellName, string endCellName)
ParamètreTaperLa description
startCellNameStringLa cellule supérieure gauche de la plage.
endCellNameStringLa cellule en bas à droite de la plage.

Return_Value

Retourne unCellArea.

Voir également