| Modifier and Type | Method and Description |
|---|---|
Range |
Worksheet.getAutoFilterRange()
Get cell range that autofilter is applied to.
|
Range |
Worksheet.range(int top,
int left,
int bottom,
int right)
Create a new range of cells.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Range> |
Worksheet.getNamedRanges()
Get a list of named ranges.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Worksheet.addNamedRange(Range range,
String name)
Add the given range to this sheet's
list of named ranges under the provided name.
|
ListDataValidation |
Range.validateWithList(Range listRange)
Construct a new ListDataValidation
|
Copyright © 2023. All rights reserved.