'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As ReportParameterValue _ )
'使用法 Dim instance As ReportParameterValues Dim index As System.Integer Dim item As ReportParameterValue instance.Insert(index, item)
public void Insert( System.int index, ReportParameterValue item )
パラメータ
- index
- item