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

    Parameters

    row
    The row.
    column
    The column.
    rowCount
    The row count.
    columnCount
    The column count.

    Return Value

    the range.
    See Also