'Declaration Public Function IndexOf( _ ByVal item As PlotArea _ ) As Integer
'Declaration
Public Function IndexOf( _ ByVal item As PlotArea _ ) As Integer
'使用法 Dim instance As PlotAreaCollection Dim item As PlotArea Dim value As Integer value = instance.IndexOf(item)
'使用法
Dim instance As PlotAreaCollection Dim item As PlotArea Dim value As Integer value = instance.IndexOf(item)
public int IndexOf( PlotArea item )
PlotAreaCollection クラス PlotAreaCollection メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.