Document Solutions for Excel, Java Edition | Document Solutions
Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package
/
IWorksheet Interface
/
getRange Method
/ getRange(int,int) Method
The row.
The column.
Collapse All
Expand All
In This Topic
getRange(int,int) Method
In This Topic
Gets the
IRange
object with the specified row and column.
Syntax
IRange
getRange(
int
row
,
int
column
)
Parameters
row
The row.
column
The column.
Return Value
the range.
See Also
Reference
IWorksheet Interface
IWorksheet Members
Overload List