'宣言 Public Overloads Function Add( _ ByVal item As C1MultiDocumentItem _ ) As System.Integer
'使用法 Dim instance As C1MultiDocumentItemCollection Dim item As C1MultiDocumentItem Dim value As System.Integer value = instance.Add(item)
public System.int Add( C1MultiDocumentItem item )
パラメータ
- item
- The item that is added.
戻り値の型
The index of the added item within the collection.