'Declaration Public Sub SetTotal( _ ByVal index As Integer, _ ByVal isTotal As Boolean _ )
'Declaration
Public Sub SetTotal( _ ByVal index As Integer, _ ByVal isTotal As Boolean _ )
'使用法 Dim instance As WaterfallSeries Dim index As Integer Dim isTotal As Boolean instance.SetTotal(index, isTotal)
'使用法
Dim instance As WaterfallSeries Dim index As Integer Dim isTotal As Boolean instance.SetTotal(index, isTotal)
public void SetTotal( int index, bool isTotal )
WaterfallSeries クラス WaterfallSeries メンバ
Copyright © 2004 GrapeCity inc.