GrapeCity ActiveReports for .NET 16.0J
Item(Int32) プロパティ

GrapeCity.ActiveReports.PageReportModel 名前空間 > CustomPropertyDefinitionCollection クラス > Item プロパティ : Item(Int32) プロパティ
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As CustomPropertyDefinition
public CustomPropertyDefinition Item( 
   int index
) {get; set;}

パラメータ

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

プロパティ値

The element at the specified index.
例外
例外解説
index is less than zero. -or- index is equal to or greater than Count.
参照

CustomPropertyDefinitionCollection クラス
CustomPropertyDefinitionCollection メンバ
オーバーロード一覧