 |
| BcfTableViewBaseSetRowViewSources Method |
Sets the row view sources.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxpublic void SetRowViewSources(
IEnumerable<BcfTableViewBase> sources
)
Public Sub SetRowViewSources (
sources As IEnumerable(Of BcfTableViewBase)
)
public:
void SetRowViewSources(
IEnumerable<BcfTableViewBase^>^ sources
)
member SetRowViewSources :
sources : IEnumerable<BcfTableViewBase> -> unit
Parameters
- sources
- Type: System.Collections.GenericIEnumerableBcfTableViewBase
The sources.
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2, 3.0
See Also