Adds a new
Row object to the collection at a specified position.
'宣言
Public Function Insert( _
ByVal As System.Integer _
) As Row
public Row Insert(
System.int
)
パラメータ
- index
- The position where the new row will be inserted.
戻り値の型
A reference to the
Row that was added to the collection.