GrapeCity ActiveReports for .NET 16.0J
Item プロパティ (IPagesCollection<T>)

GrapeCity.ActiveReports.Core.Document 名前空間 > IPagesCollection<T> インターフェース : Item プロパティ
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
シンタックス
'宣言
 
Default Property Item( _
   ByVal index As Integer _
) As Object
object this[ 
   int index
]; {get; set;}

パラメータ

index
The zero-based index of the element to get or set.

プロパティ値

The element at the specified index.
例外
例外解説
index is not a valid index in the System.Collections.IList.
The property is set and the System.Collections.IList is read-only.
参照

IPagesCollection<T> インターフェース
IPagesCollection<T> メンバ