 |
| BcfTableViewBaseTRowViewGetRowView Method |
Gets the
TRowView or
null if no
TRowView is associated with the given
BcfRow.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxpublic TRowView GetRowView(
BcfRow row
)
Public Function GetRowView (
row As BcfRow
) As TRowView
public:
TRowView GetRowView(
BcfRow^ row
)
member GetRowView :
row : BcfRow -> 'TRowView
Parameters
- row
- Type: CalculationWorks.BusinessModelBcfRow
The row.
Return Value
Type:
TRowViewTRowView or
null if no
TRowView is associated with the given
BcfRow.
Exceptions
Remarks
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2, 3.0, 2.1, 2.0
See Also