 |
| BcfTableViewBaseTRowViewGetContainedRowView Method |
Gets the
TRowView or
null if no
TRowView is associated with the given
BcfRow or this
BcfTableViewBase does not contain the associated
TRowView.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntaxpublic TRowView GetContainedRowView(
BcfRow row
)
Public Function GetContainedRowView (
row As BcfRow
) As TRowView
public:
TRowView GetContainedRowView(
BcfRow^ row
)
member GetContainedRowView :
row : BcfRow -> 'TRowView
Parameters
- row
- Type: CalculationWorks.BusinessModelBcfRow
The row.
Return Value
Type:
TRowViewThe
TRowView or
null if no
TRowView is associated with the given
BcfRow or this
BcfTableViewBase does not contain the associated
TRowView.
Exceptions
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.2, 3.0, 2.1, 2.0
See Also