Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / getAddress Method / getAddress(boolean,boolean) Method
True to return the row part of the reference as an absolute reference.The default value is true.
True to return the column part of the reference as an absolute reference.The default value is true.
In This Topic
    getAddress(boolean,boolean) Method
    In This Topic
    Returns a String value that represents the range reference.
    Syntax
    java.lang.String getAddress( 
       boolean rowAbsolute,
       boolean columnAbsolute
    )

    Parameters

    rowAbsolute
    True to return the row part of the reference as an absolute reference.The default value is true.
    columnAbsolute
    True to return the column part of the reference as an absolute reference.The default value is true.
    See Also