Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICellCollection Interface / get Method / get(int,int) Method
The row offset.
The column offset.
In This Topic
    get(int,int) Method
    In This Topic
    Gets the IRange object with the specified row and column offset.
    Syntax
    IRange get( 
       int rowOffset,
       int columnOffset
    )

    Parameters

    rowOffset
    The row offset.
    columnOffset
    The column offset.
    See Also