Package com.grapecity.documents.excel
Interface IRangeProvider
public interface IRangeProvider
Provides access to the
IRange object of cells in the worksheet.-
Method Summary
-
Method Details
-
get
Gets theIRangeobject with the specified reference.- Parameters:
reference- The reference.
-
get
Gets theIRangeobject with the specified row and column.- Parameters:
row- The row.column- The column.
-
get
Gets theIRangeobject with the specified row and column.- Parameters:
row- The row.column- The column.rowCount- The row count.columnCount- The column count.
-