Altova Authentic 2024 Browser Edition

AuthenticRange.DeleteRow

Home Prev Top Next

See also

 

Method: DeleteRow () as Boolean

 

Description

If the beginning of the range is inside a dynamic table, this method deletes the selected row. The selection of the range gets modified to point to the next element after the deleted row. The function returns true, if the delete operation was successful, otherwise false.

 

Errors


2001

The authentic range object, or its related view object is no longer valid.


2005

Invalid address for the return parameter was specified.

 

Examples

' ---------------------------------------------------------

'                      VBScript

' Delete selected row from dynamically growing table

' ---------------------------------------------------------

Dim objRange

Set objRange = objPlugin.ActiveDocument.AuthenticView.Selection

 

' check if we are in a table

If objRange.IsInDynamicTable Then

 objRange.DeleteRow

End If

 

© 2017-2023 Altova GmbH