PagingFilter Constructor (IEnumerable<Range>)

Initializes a new instance of the PagingFilter class with a collection of ranges.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    ranges As IEnumerable(Of Range) _
)
'Usage
Dim ranges As IEnumerable(Of Range)

Dim instance As New PagingFilter(ranges)
public PagingFilter(
    IEnumerable<Range> ranges
)

Parameters

  • ranges
    Type: System.Collections.Generic.IEnumerable<Range>

    The collection of ranges, which are record indices. For example, if there are 10 records and you want the first three and the last three, specify two ranges in the collection: 0..2, 7..9.

See Also

Reference

PagingFilter Class

PagingFilter Members

PagingFilter Overload

Microsoft.SharePoint.JSGrid Namespace