GrapeCity SPREAD for Windows Forms 11.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 メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.