org.formulacompiler.runtime.spreadsheet
Interface RangeAddress


public interface RangeAddress

This interface provides information about location of a range in a spreadsheet.

Author:
Vladimir Korenev

Method Summary
 CellAddress getBottomRight()
          Returns the bottom right corner of the range (on the rightmost sheet of the range).
 CellAddress getTopLeft()
          Returns the top left corner of the range (on the leftmost sheet of the range).
 

Method Detail

getTopLeft

CellAddress getTopLeft()
Returns the top left corner of the range (on the leftmost sheet of the range).

Returns:
range start

getBottomRight

CellAddress getBottomRight()
Returns the bottom right corner of the range (on the rightmost sheet of the range).

Returns:
range end