Removes an Row from this RowCollection.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public void Remove(
	Row row
)
Visual Basic
Public Sub Remove ( _
	row As Row _
)

Parameters

row
Type: TallComponents.PDF.Layout.Paragraphs..::..Row
The row to remove.

Remarks

The row does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe given row is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also