| Visual Basic (Declaration) | |
|---|---|
Public Function GetRange( _ ByVal index As System.Integer, _ ByVal count As System.Integer _ ) As PagesCollection | |
| C# | |
|---|---|
public PagesCollection GetRange( System.int index, System.int count ) | |
Parameters
- index
- Specifies the starting page index of the range.
- count
- The number of pages to be returned.