deleteRow 

Purpose

Deletes specified row.

Syntax

void deleteRow(int index);

Parameters

index: an integer index that specifies the row to be deleted.

Return Value

None.

Exceptions

Throws JRfcRemoteException.

Description

The index must point to a valid row.

Related Information

The Table Parameter Classes

The Table Row Classes