'使用法 Dim instance As FieldCollection Dim field As Field Dim value As System.Integer value = instance.Add(field)
パラメータ
- field
 - 追加するオブジェクト。
 
戻り値の型
コレクションに追加されたオブジェクトのインデックスを返します。
'使用法 Dim instance As FieldCollection Dim field As Field Dim value As System.Integer value = instance.Add(field)