CellRange

CellRange()

Standardkonstruktor.

public CellRange()

Siehe auch


CellRange(int, int, int, int)

CellRange-Konstruktor.

public CellRange(int cStartRow, int cStartCol, int cEndRow, int cEndCol)
ParameterTypBeschreibung
cStartRowInt32Zeilenindex starten.
cStartColInt32Spaltenindex starten.
cEndRowInt32Zeilenindex beenden.
cEndColInt32Spaltenindex beenden.

Siehe auch


CellRange(string, string)

CellRange-Konstruktor.

public CellRange(string startCellName, string endCellName)
ParameterTypBeschreibung
startCellNameStringZellname starten.
endCellNameStringZellname beenden.

Siehe auch