Loads a collection implementing interface System.Collections.IEnumerable as a data source.

Introduced: X14.

LoadDataFromModelAsync(System.Collections.IEnumerable)

public async System.Threading.Tasks.Task LoadDataFromModelAsync(System.Collections.IEnumerable model);
Public Async Function LoadDataFromModelAsync(model As System.Collections.IEnumerable) As System.Threading.Tasks.Task

LoadDataFromModelAsync(System.Collections.IEnumerable, System.IFormatProvider)

public async System.Threading.Tasks.Task LoadDataFromModelAsync(System.Collections.IEnumerable model, System.IFormatProvider numberAndDateTimeFormat);
Public Async Function LoadDataFromModelAsync(model As System.Collections.IEnumerable, numberAndDateTimeFormat As System.IFormatProvider) As System.Threading.Tasks.Task

Parameters

Parameter Description
model Specifies a System.Collections.IEnumerable that contains the merge data.
numberAndDateTimeFormat The format which should be applied when converting date / time values and numerical values to strings.