 | BcfTableViewBaseGetRowView Method (Int32) |
Gets the
BcfRowView associated with the specified
rowId.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic BcfRowView GetRowView(
int rowId
)
Public Function GetRowView (
rowId As Integer
) As BcfRowView
Parameters
- rowId
- Type: SystemInt32
The row(-view) identifier.
Return Value
Type:
BcfRowViewThe
BcfRowView associated with the specified
rowId.
Exceptions
See Also