Package com._1c.g5.v8.dt.moxel.api
Class MoxelCellsUpdateUtils
java.lang.Object
com._1c.g5.v8.dt.moxel.api.MoxelCellsUpdateUtils
Utils for for updating cells values in specified selection.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidswitchParameterToText(SheetAccessor sheet, Cell cell) Switch cell parameter to textstatic voidswitchTextToParameter(SheetAccessor sheet, Cell cell) Switch cell text to parameterstatic voidupdateCellsValues(SheetAccessor sheet, Selection selection, CellUpdater updater) Update values of cells in specified selection
-
Method Details
-
updateCellsValues
Update values of cells in specified selection- Parameters:
sheet-SheetAccessorselection-Selection
-
switchParameterToText
Switch cell parameter to text- Parameters:
sheet-SheetAccessorcell-Cell
-
switchTextToParameter
Switch cell text to parameter- Parameters:
sheet-SheetAccessorcell-Cell
-