Package org.jxls.common.cellshift
Interface CellShiftStrategy
- All Known Implementing Classes:
AdjacentCellShiftStrategy,InnerCellShiftStrategy
public interface CellShiftStrategy
Defines cell shift strategy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrequiresColShifting(CellRef cell, int startRow, int endRow, int startColShift) booleanrequiresRowShifting(CellRef cell, int startCol, int endCol, int startRowShift)
-
Method Details
-
requiresColShifting
-
requiresRowShifting
-