Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplicationList Class / GetRange Method

In This Topic
    GetRange Method (UsageApplicationList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> GetRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    count
    See Also