 | BcfTableViewBaseTryGetRowView Method (NullableInt32) |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic BcfRowView TryGetRowView(
Nullable<int> rowViewId
)
Public Function TryGetRowView (
rowViewId As Nullable(Of Integer)
) As BcfRowView
Parameters
- rowViewId
- Type: SystemNullableInt32
The row(-view) identifier.
Return Value
Type:
BcfRowViewBcfRowView or
null if no
BcfRowView is associated with the given
BcfRow or given
BcfRow is
null.
See Also