Package io.keikai.api
Interface CellOperationUtil.CellStyleApplierEx
-
- All Superinterfaces:
CellOperationUtil.CellStyleApplier
- Enclosing class:
- CellOperationUtil
public static interface CellOperationUtil.CellStyleApplierEx extends CellOperationUtil.CellStyleApplier
Interface for help apply whole row,column style
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyWhole(Range cellRange)
apply style to new cell-
Methods inherited from interface io.keikai.api.CellOperationUtil.CellStyleApplier
apply, notifyChange
-
-
-
-
Method Detail
-
applyWhole
void applyWhole(Range cellRange)
apply style to new cell
-
-