Package | Description |
---|---|
org.apache.poi.ss.util |
Modifier and Type | Method and Description |
---|---|
static CellRangeAddressBase.CellPosition |
CellRangeAddressBase.CellPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CellRangeAddressBase.CellPosition[] |
CellRangeAddressBase.CellPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<CellRangeAddressBase.CellPosition> |
CellRangeAddressBase.getPosition(int rowInd,
int colInd)
Useful for logic like table/range styling, where some elements apply based on relative position in a range.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.