CellRange

CellRange()

Constructeur par défaut.

public CellRange()

Voir également


CellRange(int, int, int, int)

Constructeur CellRange.

public CellRange(int cStartRow, int cStartCol, int cEndRow, int cEndCol)
ParamètreTaperLa description
cStartRowInt32Index de ligne de début.
cStartColInt32Index de la colonne de départ.
cEndRowInt32Index de fin de ligne.
cEndColInt32Index de fin de colonne.

Voir également


CellRange(string, string)

Constructeur CellRange.

public CellRange(string startCellName, string endCellName)
ParamètreTaperLa description
startCellNameStringNom de la cellule de début.
endCellNameStringNom de cellule de fin.

Voir également