CellRange.CellRange

CellRange()

Default Constructor.

public CellRange()

See Also


CellRange(int, int, int, int)

CellRange Constructor.

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

See Also


CellRange(string, string)

CellRange Constructor.

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

See Also