[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.GetRange

GetRange Method

GetRange(int, int)

Creates a shallow copy of a range of elements in the source StructList<T>.

Declaration
public StructList<T> GetRange(int index, int count)
Public Function GetRange(index As Integer, count As Integer) As StructList(Of T)
Parameters
Type Name Description
int index

The zero-based StructList<T> index at which the range starts.

int count

The number of elements in the range.

Returns
Type Description
StructList<T>

A shallow copy of a range of elements in the source StructList<T>.