Worksheet.CreateRange

CreateRange(string, string)

create CellRange .

public CellRange CreateRange(string startCellName, string endCellName)
ParameterTypeDescription
startCellNameStringStart cell name.
endCellNameStringEnd cell name.

See Also


CreateRange(int, int, int, int)

create CellRange .

public CellRange CreateRange(int cStartRow, int cStartCol, int cEndRow, int cEndCol)
ParameterTypeDescription
cStartRowInt32Start Row index.
cStartColInt32Start Column index.
cEndRowInt32End Row index.
cEndColInt32End Column index.

See Also