 | BcfTableViewBaseGetRowView Method (Int32) |
[This is preliminary documentation and is subject to change.]
Gets the
BcfRowView associated with the specified
rowId.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
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
Version InformationBCF
Supported in: 4.0
See Also