PowerTools SPREAD for Windows Forms 8.0J
Item プロパティ (LabelAreaCollection)


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

パラメータ

index
ラベルエリアのインデックス。

プロパティ値

ラベルエリア。
例外
例外説明
System.ArgumentNullExceptionitemがNull参照(VBではNothing)です。
参照

LabelAreaCollection クラス
LabelAreaCollection メンバ

 

 


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