'宣言 Public Overloads Function FileOpen( _ ByVal fileName As System.String, _ ByVal showErrorMessage As System.Boolean _ ) As System.Object
'使用法 Dim instance As C1PreviewFileActions Dim fileName As System.String Dim showErrorMessage As System.Boolean Dim value As System.Object value = instance.FileOpen(fileName, showErrorMessage)
public System.object FileOpen( System.string fileName, System.bool showErrorMessage )
パラメータ
- fileName
- The name of the file to open.
- showErrorMessage
- If true, error message is shown if an exception occurs, otherwise the exception is rethrown.
戻り値の型
The opened document or null if operation was cancelled, or if showErrorMessage is true and an error occurred while loading the document.