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

    Parameters

    row
    The row.
    column
    The column.
    See Also