'使用法 Dim instance As FieldCollection Dim field As Field Dim value As System.Integer value = instance.Add(field)
パラメータ
- field
- The Field object to add.
戻り値の型
The index of the added object in the current collection.
'使用法 Dim instance As FieldCollection Dim field As Field Dim value As System.Integer value = instance.Add(field)