org.formulacompiler.runtime.spreadsheet
Interface SectionInfo


public interface SectionInfo

Information about a section.

Author:
Vladimir Korenev

Method Summary
 int getIndex()
          Returns row or column index.
 java.lang.String getName()
          Returns range defined name, if any.
 RangeAddress getRange()
          Returns range.
 

Method Detail

getName

java.lang.String getName()
Returns range defined name, if any.

Returns:
section name

getRange

RangeAddress getRange()
Returns range.

Returns:
range or null for root section.

getIndex

int getIndex()
Returns row or column index.

Returns:
index