ParagraphList
Insert Method (Int32, ParagraphCollection)
|
Inserts a content of ParagraphExCollection into the collection at the specified index.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Insert(
int index,
ParagraphCollection value
)
Public Sub Insert (
index As Integer,
value As ParagraphCollection
)
public:
void Insert(
int index,
ParagraphCollection^ value
)
member Insert :
index : int *
value : ParagraphCollection -> unit
Parameters
-
index
-
Type:
System
Int32
The zero-based index at which paragraphs should be inserted.
-
value
-
Type:
Spire.Presentation.Collections
ParagraphCollection
The paragraphs to insert.
See Also