接口 IRangeProvider
public interface IRangeProvider
Provides access to the
IRange
object of cells in the worksheet.-
方法详细资料
-
get
Gets theIRange
object with the specified reference.- 参数:
reference
- The reference.
-
get
Gets theIRange
object with the specified row and column.- 参数:
row
- The row.column
- The column.
-
get
Gets theIRange
object with the specified row and column.- 参数:
row
- The row.column
- The column.rowCount
- The row count.columnCount
- The column count.
-