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
Modifier and TypeMethodDescriptionvoidapply style to a single cell rangevoidnotifyChange(Range range) NotifyChange after applying the style to all cells.
-
Method Details
-
apply
apply style to a single cell range -
notifyChange
NotifyChange after applying the style to all cells.- Since:
- 3.8.0
-