 | BcfRowViewRepositoryTryGetRowView Method (NullableInt32, BcfRowView) |
Gets the
BcfRowView associated with the specified
rowViewId.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic bool TryGetRowView(
Nullable<int> rowViewId,
out BcfRowView rowView
)
Public Function TryGetRowView (
rowViewId As Nullable(Of Integer),
<OutAttribute> ByRef rowView As BcfRowView
) As Boolean
Parameters
- rowViewId
- Type: SystemNullableInt32
The rowView-Id of BcfRowView to get. - rowView
- Type: CalculationWorks.ViewModel.FormsBcfRowView
When this method returns, contains the BcfRowView associated with the specified rowViewId, if the rowViewId is found; otherwise .
Return Value
Type:
Boolean if the collection contains an element with the specified
rowViewId; otherwise, false.
See Also