Package io.keikai.api
Interface CellOperationUtil.CellStyleApplier
-
- All Known Subinterfaces:
CellOperationUtil.CellStyleApplierEx
- Enclosing class:
- CellOperationUtil
public static interface CellOperationUtil.CellStyleApplier
Interface for help apply cell style
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(Range cellRange)
apply style to a single cell rangevoid
notifyChange(Range range)
NotifyChange after applying the style to all cells.
-