Altova XMLSpy 2024 Enterprise Edition

Wird ersetzt durch AuthenticRange.MoveRowUp

 

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

// use now:

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

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

 

Deklaration: RowMoveUp

 

Beschreibung

Verschiebt die aktuelle Zeile um eine Position nach oben.

 

Siehe auch Zeilenoperationen.

 

 

 

© 2017-2023 Altova GmbH