FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > CustomFillSeriesList クラス : 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 )