GrapeCity SPREAD for Windows Forms 12.0J
Item プロパティ (LineCollection)


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

パラメータ

index
線のインデックス。

プロパティ値

線。
参照

LineCollection クラス
LineCollection メンバ

 

 


Copyright © 2004 GrapeCity inc.