Package com._1c.g5.v8.dt.moxel.api
Interface CellUpdater
public interface CellUpdater
Iterface for object that can modify cell value
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateCell(SheetAccessor sheet, Cell cell) Update cell value
-
Method Details
-
updateCell
Update cell value- Parameters:
sheet-Sheetcell-Cell
-