Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / get Method / get(int,int) Method
The row offset.
The column offset.
In This Topic
    get(int,int) Method
    In This Topic
    Returns a new instance of IRange which is offset from this range.
    Syntax
    IRange get( 
       int rowOffset,
       int columnOffset
    )

    Parameters

    rowOffset
    The row offset.
    columnOffset
    The column offset.

    Return Value

    IRange.
    See Also