'宣言 Public Overloads Function FileOpen( _ ByVal fileName As System.String _ ) As System.Object
'使用法 Dim instance As C1PreviewFileActions Dim fileName As System.String Dim value As System.Object value = instance.FileOpen(fileName)
public System.object FileOpen( System.string fileName )
パラメータ
- fileName
- The name of the file to open.
戻り値の型
The opened document or null if operation was cancelled or there was an error while loading the document.