TableAbsorber.Remove

TableAbsorber.Remove method

Removes an AbsorbedTable from the page.

public void Remove(AbsorbedTable table)
ParameterTypeDescription
tableAbsorbedTableAbsorbedTable to remove.

Remarks

Please take into account it changes TableList collection. In case removing/replacing tables in loop please use copy of TableList collection.

See Also