public abstract class RowShifter extends BaseRowColShifter
Constructor and Description |
---|
RowShifter(Sheet sh) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CellRangeAddress> |
shiftMergedRegions(int startRow,
int endRow,
int n)
Shifts, grows, or shrinks the merged regions due to a row shift.
|
shiftRange, updateConditionalFormatting, updateFormulas, updateHyperlinks, updateNamedRanges
protected final Sheet sheet
public RowShifter(Sheet sh)
public java.util.List<CellRangeAddress> shiftMergedRegions(int startRow, int endRow, int n)
shiftMergedRegions
in class BaseRowColShifter
startRow
- the row to start shiftingendRow
- the row to end shiftingn
- the number of rows to shiftCopyright 2018 The Apache Software Foundation or its licensors, as applicable.