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