 | BcfTableViewBaseContains Method (Int32) |
Determines whether the list contains an entry identified by the specified row(-view)-identifier.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic bool Contains(
int rowViewId
)
Public Function Contains (
rowViewId As Integer
) As Boolean
Parameters
- rowViewId
- Type: SystemInt32
The row(-view)-identifier.
Return Value
Type:
Boolean if contains the specified row view; otherwise,
.
See Also