Determine whether an Row is in the RowCollection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
Parameters
- row
- Type: TallComponents.PDF.Layout.Paragraphs..::..Row
The Row to verify.
Return Value
True if the Row is found in this RowCollection, false otherwise.
Remarks
The row does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given row is nullNothingnullptra null reference (Nothing in Visual Basic). |