OldAuthenticView.RowMoveUp (obsolete)
Superseded by AuthenticRange.MoveRowUp
The table operations of AuthenticRange now allow to manipulate any table in the current document independent of the current UI selection.
// ----- javascript sample ----- // instead of: // Application.ActiveDocument.DocEditView.RowAppend(); // use now: if (! Application.ActiveDocument.AuthenticView.Selection.MoveRowUp()) MsgBox ("Error: can't move row up"); |
Declaration: RowMoveUp
Description
Moves the current row one position up.
See also Row operations.