 | BcfTableViewBaseTRowViewGetRowView Method (Int32) |
Gets the
BcfRowView associated with the specified
rowViewId.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic TRowView GetRowView(
int rowViewId
)
Public Function GetRowView (
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