Interface IRangeProvider
public interface IRangeProvider
-
Method Summary
get(int row,
int column,
int rowCount,
int columnCount)
-
Method Details
-
get
- Parameters:
reference - 引用。
-
get
IRange get(int row,
int column)
- Parameters:
row - 行。
column - 列。
-
get
IRange get(int row,
int column,
int rowCount,
int columnCount)
- Parameters:
row - 行。
column - 列。
rowCount - 行数。
columnCount - 列数。