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