SynFWord.SplitDocument_Part2 Method
Public Sub SplitDocument_Part2( _
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_Part2(
ref WordDocument wordDocument,
ref WordDocument target,
int SectionNumber
)
This language is not supported or no code example is available.
public:
void SplitDocument_Part2(
WordDocument^& wordDocument,
WordDocument^& target,
int SectionNumber
)
This language is not supported or no code example is available.
public function SplitDocument_Part2(
wordDocument : WordDocument,
target : WordDocument,
SectionNumber : int
);
This language is not supported or no code example is available.
Parameters
- wordDocument
- WordDocument
- target
- WordDocument
- SectionNumber
- int