ParagraphCollection
Insert Method
|
Inserts a paragraph into collection at the specified index.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Insert(
int index,
IParagraph paragraph
)
Public Sub Insert (
index As Integer,
paragraph As IParagraph
)
public:
virtual void Insert(
int index,
IParagraph^ paragraph
) sealed
abstract Insert :
index : int *
paragraph : IParagraph -> unit
override Insert :
index : int *
paragraph : IParagraph -> unit
Parameters
-
index
-
Type:
System
Int32
The index.
-
paragraph
-
Type:
Spire.Doc.Interface
IParagraph
The paragraph.
Implements
IParagraphCollection
Insert(Int32, IParagraph)
See Also