UOPReader
UofToOox Method
|
Namespace:
Spire.Presentation.Converter.UOF
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public static void UofToOox(
string uosFileName,
string ooxFileName
)
Public Shared Sub UofToOox (
uosFileName As String,
ooxFileName As String
)
public:
static void UofToOox(
String^ uosFileName,
String^ ooxFileName
)
static member UofToOox :
uosFileName : string *
ooxFileName : string -> unit
Parameters
-
uosFileName
-
Type:
System
String
-
ooxFileName
-
Type:
System
String
See Also