CreateRange

CreateRange(string, string)

public CellRange CreateRange(string upperLeftCell, string lowerRightCell)

也可以看看


CreateRange(int, int, int, int)

public CellRange CreateRange(int cStartRow, int cStartCol, int cEndRow, int cEndCol)

也可以看看