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