 | BcfTableViewBaseTRowViewGetRowViewFromRepository Method |
[This is preliminary documentation and is subject to change.]
Gets the
BcfRowView 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 GetRowViewFromRepository(
int rowViewId
)
Public Function GetRowViewFromRepository (
rowViewId As Integer
) As TRowView
Parameters
- rowViewId
- Type: SystemInt32
The row(-view) identifier.
Return Value
Type:
TRowViewThe
BcfRowView associated with the specified
rowViewId.
Exceptions
See Also