 | BcfTableViewBaseContains Method (Int32) |
[This is preliminary documentation and is subject to change.]
Determines whether the list contains an entry identified by the specified row(-view)-identifier.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic bool Contains(
int rowViewId
)
Public Function Contains (
rowViewId As Integer
) As Boolean
Parameters
- rowViewId
- Type: SystemInt32
The row(-view)-identifier.
Return Value
Type:
Booleantrue if contains the specified row view; otherwise,
false.
See Also