Package io.keikai.model
Class PasteSheetRegion
- java.lang.Object
-
- io.keikai.model.SheetRegion
-
- io.keikai.model.PasteSheetRegion
-
- All Implemented Interfaces:
Serializable
public class PasteSheetRegion extends SheetRegion
- Since:
- 3.8.3
- Author:
- henri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasteSheetRegion(SSheet sheet, int row, int column, int lastRow, int lastColumn, boolean wholeColumn, boolean wholeRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isWholeColumn()
boolean
isWholeRow()
-
Methods inherited from class io.keikai.model.SheetRegion
equals, getColumn, getColumnCount, getLastColumn, getLastRow, getReferenceString, getRegion, getRow, getRowCount, getSheet, hashCode, toString
-
-
-
-
Constructor Detail
-
PasteSheetRegion
public PasteSheetRegion(SSheet sheet, int row, int column, int lastRow, int lastColumn, boolean wholeColumn, boolean wholeRow)
-
-