Click or drag to resize
CalculationWorks Logo
BcfRowViewGetRow Method
Gets the associated BcfRow.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public BcfRow GetRow()

Return Value

Type: BcfRow
the associated BcfRow or null if IsVirtual is true.
See Also