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

Introduced: X14.

LoadDataFromModel(System.Collections.IEnumerable)

public void LoadDataFromModel(System.Collections.IEnumerable model);
Public Sub LoadDataFromModel(model As System.Collections.IEnumerable)

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

public void LoadDataFromModel(System.Collections.IEnumerable model, System.IFormatProvider numberAndDateTimeFormat);
Public Sub LoadDataFromModel(model As System.Collections.IEnumerable, numberAndDateTimeFormat As System.IFormatProvider)

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.