'宣言 Public Function Add( _ ByVal po As ParagraphObject _ ) As System.Integer
'使用法 Dim instance As ParagraphObjectCollection Dim po As ParagraphObject Dim value As System.Integer value = instance.Add(po)
public System.int Add( ParagraphObject po )
パラメータ
- po
- The ParagraphObject to add.
戻り値の型
The index of the added object in the current collection.