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 Type
    Method
    Description
    void
    apply(Range cellRange)
    apply style to a single cell range
    void
    NotifyChange after applying the style to all cells.
  • Method Details

    • apply

      void apply(Range cellRange)
      apply style to a single cell range
    • notifyChange

      void notifyChange(Range range)
      NotifyChange after applying the style to all cells.
      Since:
      3.8.0