CellRange

CellRange()

Default Constructor.

public CellRange()

Se även


CellRange(int, int, int, int)

CellRange Constructor.

public CellRange(int cStartRow, int cStartCol, int cEndRow, int cEndCol)
ParameterTypBeskrivning
cStartRowInt32Starta radindex.
cStartColInt32Starta kolumnindex.
cEndRowInt32End Row index.
cEndColInt32Slutkolumnindex.

Se även


CellRange(string, string)

CellRange Constructor.

public CellRange(string startCellName, string endCellName)
ParameterTypBeskrivning
startCellNameStringStarta cellnamn.
endCellNameStringAvsluta cellnamn.

Se även