SynFWord.SplitDocument Method

Public Sub SplitDocument( _ 
ByRef wordDocument As WordDocument, _ 
ByRef target As WordDocument, _ 
ByVal SectionNumber As Integer
)
This language is not supported or no code example is available.
public void SplitDocument( 
ref WordDocument wordDocument
ref WordDocument target
int SectionNumber 
)
This language is not supported or no code example is available.
public:  
void SplitDocument( 
WordDocument^& wordDocument
WordDocument^& target
int SectionNumber 
)
This language is not supported or no code example is available.
public function SplitDocument( 
wordDocument : WordDocument
target : WordDocument
SectionNumber : int 
);
This language is not supported or no code example is available.

Parameters

wordDocument
WordDocument

target
WordDocument

SectionNumber
int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition