mgAddEmptyRCCB
mgAddEmptyRCCB(t_side )=>nil
Description
Adds an empty row or column to the specified side of a selected instance. To add empty row or column only one instance should be selected.
Argument
|
Specifies the string argument that can be |
In this example, an empty column is added to the left of the selected instance.
mgAddEmptyRCCB("left")
In this example, an empty row is added to the top of the selected instance.
mgAddEmptyRCCB("top")
Return to top