'Declaration Public Sub RemoveRows( _ ByVal row As Integer, _ ByVal rowCount As Integer _ )
'Declaration
Public Sub RemoveRows( _ ByVal row As Integer, _ ByVal rowCount As Integer _ )
'使用法 Dim instance As AggregationDataModel Dim row As Integer Dim rowCount As Integer instance.RemoveRows(row, rowCount)
'使用法
Dim instance As AggregationDataModel Dim row As Integer Dim rowCount As Integer instance.RemoveRows(row, rowCount)
public void RemoveRows( int row, int rowCount )
AggregationDataModel クラス AggregationDataModel メンバ
Copyright © 2004 GrapeCity inc.