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