Transform Method
Overloads
Transform<T>(NxDataPage, Func<NxCellRows, T>)
Declaration
public static IEnumerable<T> Transform<T>(this NxDataPage source, Func<NxCellRows, T> transform)
Parameters
Type | Name | Description |
---|---|---|
NxDataPage | source | |
System.Func<NxCellRows, T> | transform |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T> |
Type Parameters
Name | Description |
---|---|
T |