PowerTools SPREAD for Windows Forms 10.0J
GetCustomList メソッド


リストのインデックス。
インデックスにある単一リストを取得します。
構文
'Declaration
 
Public Function GetCustomList( _
   ByVal index As Integer _
) As List(Of String)
'使用法
 
Dim instance As CustomFillSeriesList
Dim index As Integer
Dim value As List(Of String)
 
value = instance.GetCustomList(index)
public List<string> GetCustomList( 
   int index
)

パラメータ

index
リストのインデックス。
参照

CustomFillSeriesList クラス
CustomFillSeriesList メンバ

 

 


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