Uses of Class
org.dhatim.fastexcel.Range
-
-
Uses of Range in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return Range Modifier and Type Method Description RangeWorksheet. getAutoFilterRange()Get cell range that autofilter is applied to.RangeWorksheet. range(int top, int left, int bottom, int right)Create a new range of cells.Methods in org.dhatim.fastexcel that return types with arguments of type Range Modifier and Type Method Description Map<String,Range>Worksheet. getNamedRanges()Get a list of named ranges.Methods in org.dhatim.fastexcel with parameters of type Range Modifier and Type Method Description voidWorksheet. addNamedRange(Range range, String name)Add the given range to this sheet's list of named ranges under the provided name.ListDataValidationRange. validateWithList(Range listRange)Construct a new ListDataValidation
-