'使用法 Dim instance As FieldCollection Dim field As FieldBase Dim value As FieldBase value = instance.Add(field)
パラメータ
- field
- A FieldBase object to add to the collection.
戻り値の型
A reference to the newly added field.
'使用法 Dim instance As FieldCollection Dim field As FieldBase Dim value As FieldBase value = instance.Add(field)