'Declaration Public Function Add( _ ByVal po As ParagraphObject _ ) As Integer
public int Add( ParagraphObject po )
Parameters
- po
- The ParagraphObject to add.
Return Value
The index of the added object in the current collection.
'Declaration Public Function Add( _ ByVal po As ParagraphObject _ ) As Integer
public int Add( ParagraphObject po )