PagesCollection Class | PagesCollection Members
Visual Basic
C#
Show All
Returns the member at the specified index in the collection.
[Visual Basic]Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Page
[C#]public Page this[ int index ]; {get;}
Page object at the specified index.
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.