SmallMultipleCanvasService.createModifyColumnWidthCommand Method

Create a command that changes the width of a column in a template grid.
 

Parameters

columnNumber

Type: Number
Column number to alter.
newWidthOrDeltaWidth

Type: Number
New width or change in width.
isDelta

Type: Boolean - May be null
(Optional) True to specify newHeightOrDeltaHeight in delta.
notUndoable

Type: Boolean - May be null
(Optional) True to be not undoable.
suppressErrors

Type: Boolean - May be null
(Optional) True to display errors as warnings in the console instead of showing an error alert.
overrideMin

Type: Boolean - May be null
(Optional) True to override the error message when the new height is less than minimal height.