Uses of Class
loci.poi.hssf.record.SelectionRecord
-
Packages that use SelectionRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of SelectionRecord in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as SelectionRecord Modifier and Type Field Description protected SelectionRecord
Sheet. selection
Methods in loci.poi.hssf.model that return SelectionRecord Modifier and Type Method Description SelectionRecord
Sheet. getSelection()
Methods in loci.poi.hssf.model with parameters of type SelectionRecord Modifier and Type Method Description void
Sheet. setSelection(SelectionRecord selection)
-