clsWordEdit.Generate_Word_in_Office Method

Public Function Generate_Word_in_Office( _ 
ByRef docdata As clsDocData, _ 
ByRef dok As clsdok, _ 
ByVal vorlage As String, _ 
ByVal connectionstring As String, _ 
ByVal tempdir As String, _ 
ByVal dokumentid As String, _ 
ByVal apptype As String
) As String
This language is not supported or no code example is available.
public string Generate_Word_in_Office( 
ref clsDocData docdata
ref clsdok dok
string vorlage
string connectionstring
string tempdir
string dokumentid
string apptype 
)
This language is not supported or no code example is available.
public:  
String^ Generate_Word_in_Office( 
clsDocData^& docdata
clsdok^& dok
String^ vorlage
String^ connectionstring
String^ tempdir
String^ dokumentid
String^ apptype 
)
This language is not supported or no code example is available.
public function Generate_Word_in_Office( 
docdata : clsDocData
dok : clsdok
vorlage : String
connectionstring : String
tempdir : String
dokumentid : String
apptype : String 
) : String;
This language is not supported or no code example is available.

Parameters

docdata
clsDocData

dok
clsdok

vorlage
string

connectionstring
string

tempdir
string

dokumentid
string

apptype
string

Return Value

string

.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