このサイトをビューするために JavaScript を有効化してください。

Altova XMLSpy 2021 Professional Edition

Superseded by AuthenticRange.AppendRow

 

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

// use now:

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

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

 

 

Declaration: RowAppend

 

Description

Appends a row at the current position.

 

See also Row operations.

 

 

 

(C) 2015-2021 Altova GmbH