Altova XMLSpy 2024 Professional Edition

Superseded by AuthenticRange.DeleteRow

 

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

// use now:

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

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

 

Declaration: RowDelete

 

Description

Deletes the currently selected row(s).

 

See also Row operations.

 

 

 

© 2017-2023 Altova GmbH