'宣言
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As ReportItem _ )
public void Insert( int index, ReportItem value )
パラメータ
- index
- ReportItemオブジェクトを挿入する位置を示すゼロベースのInteger。
- value
- 挿入するReportItemオブジェクト。
'宣言
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As ReportItem _ )
public void Insert( int index, ReportItem value )