org.apache.poi.hssf.record
Class SelectionRecord.Reference

java.lang.Object
  extended by org.apache.poi.hssf.record.SelectionRecord.Reference
Enclosing class:
SelectionRecord

public class SelectionRecord.Reference
extends java.lang.Object


Method Summary
 byte getFirstColumn()
           
 short getFirstRow()
           
 byte getLastColumn()
           
 short getLastRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFirstRow

public short getFirstRow()

getLastRow

public short getLastRow()

getFirstColumn

public byte getFirstColumn()

getLastColumn

public byte getLastColumn()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.