 | BcfTableViewBaseTRowViewTryGetRowView Method (NullableInt32) |
[This is preliminary documentation and is subject to change.]
Gets the
BcfRowView or
null if this collection does not contains a row-view associated with the specified
rowViewId.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic TRowView TryGetRowView(
Nullable<int> rowViewId
)
Public Function TryGetRowView (
rowViewId As Nullable(Of Integer)
) As TRowView
Parameters
- rowViewId
- Type: SystemNullableInt32
The row(-view) identifier.
Return Value
Type:
TRowViewThe
BcfRowView or
null if this collection does not contains a row-view associated with the specified
rowViewId.
See Also