[Extension()] public static IList<T> Slice<T>( IList<T> list, int maximumRows, int startRowIndex )
Parameters
- list
- The list instance.
- maximumRows
- The maximum rows to return.
- startRowIndex
- The row to start the return set at.
Type Parameters
- T
- The type of the object stored in the list.
Return Value
The portion of the list requested