SmallMultipleCanvasService.createModifyRowHeightCommand Method

Create a command that changes the height of a row in a template grid.
 

Parameters

rowNumber

Type: Number
Row number to alter.
newHeightOrDeltaHeight

Type: Number
New height or change in height.
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.
modifyTemplate

Type: Boolean - May be null
Not used
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.