IConverter.HrExport Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub HrExport ( _
bstrSourcePath As String, _
bstrDestPath As String, _
bstrClass As String, _
pcap As IConverterApplicationPreferences, _
<OutAttribute> ByRef ppcp As IConverterPreferences, _
pcuic As IConverterUICallback _
)
'Usage
Dim instance As IConverter
Dim bstrSourcePath As String
Dim bstrDestPath As String
Dim bstrClass As String
Dim pcap As IConverterApplicationPreferences
Dim ppcp As IConverterPreferences
Dim pcuic As IConverterUICallback
instance.HrExport(bstrSourcePath, bstrDestPath, _
bstrClass, pcap, ppcp, pcuic)
void HrExport(
string bstrSourcePath,
string bstrDestPath,
string bstrClass,
IConverterApplicationPreferences pcap,
out IConverterPreferences ppcp,
IConverterUICallback pcuic
)
Parameters
- bstrSourcePath
Type: System.String
- bstrDestPath
Type: System.String
- bstrClass
Type: System.String
- ppcp
Type: Microsoft.Office.Core.IConverterPreferences
- pcuic
Type: Microsoft.Office.Core.IConverterUICallback