org.millscript.office.spreadsheet
Interface RowRef

All Superinterfaces:
org.millscript.commons.util.IList<CellRef>, org.millscript.commons.util.IMap<java.lang.Integer,CellRef>
All Known Implementing Classes:
RowRefImpl

public interface RowRef
extends org.millscript.commons.util.IList<CellRef>


Method Summary
 Row getRow()
           
 int getRowIndex()
           
 WorksheetRef getWorksheetRef()
           
 
Methods inherited from interface org.millscript.commons.util.IList
allButFirst, allButLast, allFirst, allLast, contains, contains, contains0, contains0, contains0, containsKey, containsKey, containsKey0, containsKey0, containsSlice, containsSlice0, first, get, get, get0, get0, getDefault, indexOf, indexOf0, iterator, last, setDefault, slice, slice0, toArray, toArray
 
Methods inherited from interface org.millscript.commons.util.IMap
contains, containsAll, containsValue, equals, hashCode, isEmtpy, keyList, mapletList, setDefault, size, valueList
 

Method Detail

getRow

Row getRow()

getRowIndex

int getRowIndex()

getWorksheetRef

WorksheetRef getWorksheetRef()


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.