Package loci.poi.hssf.record
Class SelectionRecord.Reference
- java.lang.Object
-
- loci.poi.hssf.record.SelectionRecord.Reference
-
- Enclosing class:
- SelectionRecord
public class SelectionRecord.Reference extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getFirstColumn()
short
getFirstRow()
byte
getLastColumn()
short
getLastRow()
-