LoadFromCollection Method

Office Open XML

Overload List

  NameDescription
LoadFromCollection<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Load a collection into a the worksheet startng from the top left row of the range.
(Inherited from ExcelRangeBase.)
LoadFromCollection<(Of <(T>)>)(IEnumerable<(Of <(T>)>), Boolean)
Load a collection of T into the worksheet starting from the top left row of the range. Default option will load all public instance properties of T
(Inherited from ExcelRangeBase.)
LoadFromCollection<(Of <(T>)>)(IEnumerable<(Of <(T>)>), Boolean, TableStyles)
Load a collection of T into the worksheet starting from the top left row of the range. Default option will load all public instance properties of T
(Inherited from ExcelRangeBase.)
LoadFromCollection<(Of <(T>)>)(IEnumerable<(Of <(T>)>), Boolean, TableStyles, BindingFlags, array<MemberInfo>[]()[])
Load a collection into the worksheet starting from the top left row of the range.
(Inherited from ExcelRangeBase.)

See Also