Altova XMLSpy 2024 Enterprise Edition

Superseded by AuthenticRange.InsertRow

 

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

// use now:

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

   MsgBox ("Error: can't insert row");

 

Declaration: RowInsert

 

Description

Inserts a new row immediately above the current selection.

 

See also Row operations.

 

 

 

© 2017-2023 Altova GmbH