Overload List
Name | Description | |
---|---|---|
LoadFromCollection<(Of <(T>)>)(IEnumerable<(Of <(T>)>)) |
Load a collection into a the worksheet startng from the top left row of the range.
| |
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
| |
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
| |
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.
|