PowerTools SPREAD for Windows Forms 10.0J
Item プロパティ (DetachmentCollection)


Single値のインデックス。
指定したインデックスにあるSingle値を取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Single
'使用法
 
Dim instance As DetachmentCollection
Dim index As Integer
Dim value As Single
 
instance.Item(index) = value
 
value = instance.Item(index)
public float this[ 
   int index
]; {get; set;}

パラメータ

index
Single値のインデックス。

プロパティ値

Single値。
例外
例外説明
System.ArgumentOutOfRangeExceptionvalueが0未満であるか、4を超えています。
参照

DetachmentCollection クラス
DetachmentCollection メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.