Determine whether an Cell is in the CellCollection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public bool Contains( Cell cell ) |
| Visual Basic |
|---|
Public Function Contains ( _ cell As Cell _ ) As Boolean |
Parameters
- cell
- Type: TallComponents.PDF.Layout.Paragraphs..::..Cell
The Cell to verify.
Return Value
True if the Cell is found in this CellCollection, false otherwise.
Remarks
The cell does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given cell is nullNothingnullptra null reference (Nothing in Visual Basic). |