public interface IRangeProvider
IRange object of cells in the worksheet.| Modifier and Type | Method and Description |
|---|---|
IRange |
get(int row,
int column)
Gets the
IRange object with the specified row and column. |
IRange |
get(int row,
int column,
int rowCount,
int columnCount)
Gets the
IRange object with the specified row and column. |
IRange |
get(java.lang.String reference)
Gets the
IRange object with the specified reference. |