Document Solutions for Excel, Java Edition | Document Solutions
Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package
/
IRange Interface
/ offset Method
Row offset.
Column offset.
Collapse All
Expand All
In This Topic
offset Method
In This Topic
Returns an IRange object that represents the offset of this range.
Syntax
IRange
offset(
int
rowOffset
,
int
columnOffset
)
Parameters
rowOffset
Row offset.
columnOffset
Column offset.
Return Value
A new range which consists of the offset of this range.
See Also
Reference
IRange Interface
IRange Members