Altova XMLSpy 2024 Enterprise Edition

Superseded by AuthenticRange.MoveRowDown

 

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.RowMoveDown();

// use now:

if (! Application.ActiveDocument.AuthenticView.Selection.MoveRowDown())

   MsgBox ("Error: can't move row down");

 

Declaration: RowMoveDown

 

Description

Moves the current row one position down.

 

See also Row operations.

 

 

 

© 2017-2023 Altova GmbH