Altova XMLSpy 2024 Enterprise Edition

Wird ersetzt durch AuthenticRange.MoveRowDown

 

Mit Hilfe der Tabellenoperationen von AuthenticRange kann nun jede Tabelle im aktuellen Dokument unabhängig von der aktuellen Auswahl auf der Benutzeroberfläche bearbeitet werden.

 

// ----- javascript sample -----

// instead of:

// Application.ActiveDocument.DocEditView.RowMoveDown();

// use now:

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

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

 

Deklaration: RowMoveDown

 

Beschreibung

Verschiebt die aktuelle Zeile um eine Position nach unten.

 

Siehe auch Zeilenoperationen.

 

 

 

© 2018-2024 Altova GmbH