Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void Insert(
	int index,
	IParagraph paragraph
)
Sub Insert ( 
	index As Integer,
	paragraph As IParagraph
)
void Insert(
	int index, 
	IParagraph^ paragraph
)
abstract Insert : 
        index : int * 
        paragraph : IParagraph -> unit 

Parameters

index
Int32
paragraph
IParagraph

See Also