DhTable.add

Overview | Methods | This Package | All Packages

DhTable.add

Adds a row to this table either at the top or at the bottom or before or after another row, depending on the DhInsertOptions insertFlag parameter.

Syntax

final public void add( DhRow row, DhRow relativeTo, int insertFlag )

final public void add( DhRow row, int insertFlag )

final public void add( DhRow row )

Parameters

row

The DhRow row to add to this table.

relativeTo

The row referred to when using the BEFORE or AFTER constants for the insertFlag parameter.

insertFlag

One of the valid and applicable insert constants. The valid values for insertFlag are: