public class AutoFillHelper extends Object
Constructor and Description |
---|
AutoFillHelper() |
Modifier and Type | Method and Description |
---|---|
void |
applyStepValue(SCell srcCell,
SCell dstCell,
Object value) |
void |
fill(SSheet sheet,
CellRegion srcRegion,
CellRegion dstRegion,
SRange.FillType fillType)
fill the sheet, from srcRef to dstRef
|
void |
fillDown(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
fillLeft(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
fillRight(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
fillUp(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
public void fill(SSheet sheet, CellRegion srcRegion, CellRegion dstRegion, SRange.FillType fillType)
sheet
- srcRegion
- dstRegion
- fillType
- public void fillDown(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)
public void fillUp(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)
public void fillRight(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)
public void fillLeft(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)
Copyright © 2020. All rights reserved.