Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / getRange Method / getRange(String) Method
The reference.
In This Topic
    getRange(String) Method
    In This Topic
    Gets the IRange object with the specified reference.
    Syntax
    IRange getRange( 
       java.lang.String reference
    )

    Parameters

    reference
    The reference.

    Return Value

    the range.
    See Also