ParagraphList
Append Method (ParagraphCollection)
|
Adds a content of Paragraphs to the end of collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
ParagraphCollection value
)
Public Function Append (
value As ParagraphCollection
) As Integer
public:
int Append(
ParagraphCollection^ value
)
member Append :
value : ParagraphCollection -> int
Parameters
-
value
-
Type:
Spire.Presentation.Collections
ParagraphCollection
The ParagraphCollection
Return Value
Type:
Int32
The index at which the Paragraph has been added or -1 if there are nothing to add.
See Also