FilenameType: System.StringRequired String. The file name of the workb dịch - FilenameType: System.StringRequired String. The file name of the workb Việt làm thế nào để nói

FilenameType: System.StringRequired

Filename
Type: System.String
Required String. The file name of the workbook to be opened.
UpdateLinks
Type: System.Object
Optional Object. Specifies the way links in the file are updated. If this argument is omitted, the user is prompted to specify how links will be updated. Otherwise, this argument is one of the values listed in the following table.
If Microsoft Excel is opening a file in the WKS, WK1, or WK3 format and the UpdateLinks argument is 2, Microsoft Excel generates charts from the graphs attached to the file. If the argument is 0, no charts are created.
ReadOnly
Type: System.Object
Optional Object. True to open the workbook in read-only mode.
Format
Type: System.Object
Optional Object. If Microsoft Excel is opening a text file, this argument specifies the delimiter character, as shown in the following table. If this argument is omitted, the current delimiter is used.
Password
Type: System.Object
Optional Object. A string that contains the password required to open a protected workbook. If this argument is omitted and the workbook requires a password, the user is prompted for the password.
WriteResPassword
Type: System.Object
Optional Object. A string that contains the password required to write to a write-reserved workbook. If this argument is omitted and the workbook requires a password, the user will be prompted for the password.
IgnoreReadOnlyRecommended
Type: System.Object
Optional Object. True to have Microsoft Excel not display the read-only recommended message (if the workbook was saved with the Read-Only Recommended option).
Origin
Type: System.Object
Optional Object. If the file is a text file, this argument indicates where it originated (so that code pages and Carriage Return/Line Feed (CR/LF) can be mapped correctly). Can be one of the following XlPlatform constants: xlMacintosh, xlWindows, or xlMSDOS. If this argument is omitted, the current operating system is used.
Delimiter
Type: System.Object
Optional Object. If the file is a text file and the Format argument is 6, this argument is a string that specifies the character to be used as the delimiter. For example, use Chr(9) for tabs, use "," for commas, use ";" for semicolons, or use a custom character. Only the first character of the string is used.
Editable
Type: System.Object
Optional Object. If the file is a Microsoft Excel 4.0 add-in, this argument is True to open the add-in so that it’s a visible window. If this argument is False or omitted, the add-in is opened as hidden, and it cannot be unhidden. This option doesn't apply to add-ins created in Microsoft Excel 5.0 or later. If the file is an Excel template, use True to open the specified template for editing or False to open a new workbook based on the specified template. The default value is False.
Notify
Type: System.Object
Optional Object. If the file cannot be opened in read/write mode, this argument is True to add the file to the file notification list. Microsoft Excel will open the file as read-only, poll the file notification list, and then notify the user when the file becomes available. If this argument is False or omitted, no notification is requested, and any attempts to open an unavailable file will fail.
Converter
Type: System.Object
Optional Object. The index of the first file converter to try when opening the file. The specified file converter is tried first; if this converter doesn’t recognize the file, all other converters are tried. The converter index consists of the row numbers of the converters returned by the FileConverters property.
AddToMru
Type: System.Object
Optional Object. True to add this workbook to the list of recently used files. The default value is False.
Local
Type: System.Object
Optional Object. True saves files against the language of Microsoft Excel (including control panel settings). False (default) saves files against the language of Visual Basic for Applications (VBA) (which is typically U.S. English unless the VBA project where Workbooks.Open is run from is an old internationalized XL5/95 VBA project).
CorruptLoad
Type: System.Object
Optional Object. Can be one of the following constants: xlNormalLoad, xlRepairFile, and xlExtractData. The default behavior if no value is specified is usually normal, but may be safe load or data recovery if Excel has already attempted to open the file. The first attempt is normal. If Excel stops operating while opening the file, the second attempt is safe load. If Excel again stops operating, the next attempt is data recovery.
Return value
Type: Microsoft.Office.Interop.Excel.Workbook
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Tên tập tinLoại: System.StringYêu cầu chuỗi. Tên tập tin của bảng tính để được mở ra.UpdateLinksLoại: System.ObjectTùy chọn đối tượng. Xác định các liên kết theo cách trong các tập tin được Cập Nhật. Nếu đối số này bỏ qua, người dùng được nhắc để xác định như thế nào liên kết sẽ được Cập Nhật. Nếu không, đối số này là một trong các giá trị được liệt kê trong bảng sau.Nếu Microsoft Excel mở một tập tin trong tuần, WK1, hoặc định dạng WK3 và UpdateLinks đối số là 2, Microsoft Excel tạo ra bảng xếp hạng từ đồ thị gắn liền với các tập tin. Nếu các đối số là 0, không có bảng xếp hạng được tạo ra.ReadOnlyLoại: System.ObjectTùy chọn đối tượng. Sự thật để mở bảng tính ở chế độ chỉ đọc.Định dạngLoại: System.ObjectTùy chọn đối tượng. Nếu Microsoft Excel mở một tập tin văn bản, đối số này chỉ định các nhân vật delimiter, như thể hiện trong bảng sau. Nếu đối số này bỏ qua, delimiter hiện tại được sử dụng.Mật khẩuLoại: System.ObjectTùy chọn đối tượng. Một chuỗi chứa mật khẩu cần thiết để mở một workbook được bảo vệ. Nếu đối số này bỏ qua và bảng tính yêu cầu mật khẩu, người dùng được nhắc mật khẩu.WriteResPasswordLoại: System.ObjectTùy chọn đối tượng. Một chuỗi chứa mật khẩu bắt buộc phải viết thư cho một bảng tính ghi dành riêng. Nếu đối số này bỏ qua và bảng tính yêu cầu mật khẩu, người dùng sẽ được nhắc nhập mật khẩu.IgnoreReadOnlyRecommendedLoại: System.ObjectOptional Object. True to have Microsoft Excel not display the read-only recommended message (if the workbook was saved with the Read-Only Recommended option).OriginType: System.ObjectOptional Object. If the file is a text file, this argument indicates where it originated (so that code pages and Carriage Return/Line Feed (CR/LF) can be mapped correctly). Can be one of the following XlPlatform constants: xlMacintosh, xlWindows, or xlMSDOS. If this argument is omitted, the current operating system is used.DelimiterType: System.ObjectOptional Object. If the file is a text file and the Format argument is 6, this argument is a string that specifies the character to be used as the delimiter. For example, use Chr(9) for tabs, use "," for commas, use ";" for semicolons, or use a custom character. Only the first character of the string is used.EditableType: System.ObjectOptional Object. If the file is a Microsoft Excel 4.0 add-in, this argument is True to open the add-in so that it’s a visible window. If this argument is False or omitted, the add-in is opened as hidden, and it cannot be unhidden. This option doesn't apply to add-ins created in Microsoft Excel 5.0 or later. If the file is an Excel template, use True to open the specified template for editing or False to open a new workbook based on the specified template. The default value is False.NotifyType: System.ObjectOptional Object. If the file cannot be opened in read/write mode, this argument is True to add the file to the file notification list. Microsoft Excel will open the file as read-only, poll the file notification list, and then notify the user when the file becomes available. If this argument is False or omitted, no notification is requested, and any attempts to open an unavailable file will fail.ConverterType: System.ObjectOptional Object. The index of the first file converter to try when opening the file. The specified file converter is tried first; if this converter doesn’t recognize the file, all other converters are tried. The converter index consists of the row numbers of the converters returned by the FileConverters property.AddToMruType: System.ObjectOptional Object. True to add this workbook to the list of recently used files. The default value is False.LocalType: System.ObjectOptional Object. True saves files against the language of Microsoft Excel (including control panel settings). False (default) saves files against the language of Visual Basic for Applications (VBA) (which is typically U.S. English unless the VBA project where Workbooks.Open is run from is an old internationalized XL5/95 VBA project).CorruptLoadType: System.ObjectOptional Object. Can be one of the following constants: xlNormalLoad, xlRepairFile, and xlExtractData. The default behavior if no value is specified is usually normal, but may be safe load or data recovery if Excel has already attempted to open the file. The first attempt is normal. If Excel stops operating while opening the file, the second attempt is safe load. If Excel again stops operating, the next attempt is data recovery.Return valueType: Microsoft.Office.Interop.Excel.Workbook
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Filename
Type: System.String
buộc String. Các tên tập tin của các bảng tính được mở ra.
UpdateLinks
Loại: System.Object
Object Tùy chọn. Chỉ định cách liên kết trong tập tin đang được cập nhật. Nếu lập luận này được bỏ qua, người dùng sẽ được nhắc nhở để xác định cách liên kết sẽ được cập nhật. Nếu không, lập luận này là một trong các giá trị được liệt kê trong bảng dưới đây.
Nếu Microsoft Excel là mở một tập tin trong WKS, định dạng WK1, hoặc WK3 và đối số UpdateLinks là 2, Microsoft Excel tạo ra các biểu đồ từ các biểu đồ kèm theo hồ sơ. Nếu đối số là 0, không có biểu đồ được tạo ra.
ReadOnly
Loại: System.Object
Object Tùy chọn. Đúng như mở bảng tính trong chế độ chỉ đọc.
Format
Type: System.Object
Object Tùy chọn. Nếu Microsoft Excel là mở một tập tin văn bản, lập luận này quy định các ký tự phân cách, như thể hiện trong bảng dưới đây. Nếu lập luận này là bỏ qua, dấu phân cách hiện tại được sử dụng.
Password
Type: System.Object
Object Tùy chọn. Một chuỗi chứa mật khẩu cần thiết để mở một bảng tính được bảo vệ. Nếu lập luận này được bỏ qua và các bảng tính đòi hỏi một mật khẩu, người dùng sẽ được nhắc nhập mật khẩu.
WriteResPassword
Loại: System.Object
Object Tùy chọn. Một chuỗi chứa mật khẩu cần thiết để ghi vào một bảng tính write-Reserved. Nếu lập luận này được bỏ qua và các bảng tính đòi hỏi một mật khẩu, người dùng sẽ được nhắc nhập mật khẩu.
IgnoreReadOnlyRecommended
Loại: System.Object
Object Tùy chọn. . Đúng như có Microsoft Excel không hiển thị các chỉ đọc tin nhắn được đề xuất (nếu bảng tính đã được lưu lại với tùy chọn Read-Only xuất)
Xuất xứ
Type: System.Object
Object Tùy chọn. Nếu tập tin là một tập tin văn bản, lập luận này chỉ ra nơi mà nó có nguồn gốc (vì vậy mà các trang mã và Carriage Return / Line Feed (CR / LF) có thể được ánh xạ chính xác). Có thể là một trong những hằng số XlPlatform sau: xlMacintosh, xlWindows, hoặc xlMSDOS. Nếu lập luận này được bỏ qua, các hệ điều hành hiện nay được sử dụng.
Delimiter
Loại: System.Object
Object Tùy chọn. Nếu tập tin là một tập tin văn bản và các đối số Format là 6, lập luận này là một chuỗi mà chỉ những nhân vật được sử dụng như các dấu phân cách. Ví dụ, sử dụng Chr (9) cho các tab, sử dụng "," cho dấu phẩy, sử dụng ";" cho dấu chấm phẩy, hoặc sử dụng một nhân vật riêng. . Chỉ có các ký tự đầu tiên của chuỗi được sử dụng
Editable
Loại: System.Object
Object Tùy chọn. Nếu tập tin là một Microsoft Excel 4.0 add-in, lập luận này là True để mở các add-in để nó là một cửa sổ nhìn thấy. Nếu lập luận này là sai hoặc bỏ qua, các add-in được mở ra như ẩn, và nó không thể được unhidden. Tùy chọn này không áp dụng đối với các add-in được tạo ra trong Microsoft Excel 5.0 hoặc mới hơn. Nếu tập tin là một template Excel, sử dụng True để mở mẫu quy định để chỉnh sửa hoặc False để mở một bảng tính mới dựa trên mẫu quy định. Giá trị mặc ​​định là False.
Thông báo cho
Type: System.Object
Object Tùy chọn. Nếu tập tin không thể được mở trong chế độ đọc / ghi, lập luận này là True để thêm file vào danh sách thông báo file. Microsoft Excel sẽ mở các tập tin là chỉ đọc, thăm dò ý kiến các tập tin danh sách thông báo, và sau đó thông báo cho người dùng khi tập tin trở nên có sẵn. Nếu lập luận này là sai hoặc bỏ qua, không có thông báo yêu cầu, và bất kỳ nỗ lực để mở một tập tin không có sẵn sẽ thất bại.
Chuyển đổi
Type: System.Object
Object Tùy chọn. Các chỉ số của bộ chuyển đổi tập tin đầu tiên để thử khi mở file. Các công cụ chuyển đổi tập tin được chỉ định là cố gắng đầu tiên; nếu chuyển đổi này không công nhận các tập tin, tất cả các chuyển đổi khác đang cố gắng. Chỉ số chuyển đổi bao gồm các số hàng của các bộ chuyển đổi trở lại bởi các FileConverters tài sản.
AddToMru
Loại: System.Object
Object Tùy chọn. Đúng như thêm workbook này vào danh sách các file vừa sử dụng. Giá trị mặc ​​định là False.
Local
Loại: System.Object
Object Tùy chọn. Đúng lưu các tập tin chống lại các ngôn ngữ của Microsoft Excel (bao gồm cài đặt bảng điều khiển). False (mặc định) lưu các tập tin chống lại các ngôn ngữ Visual Basic for Applications (VBA) (mà thường là tiếng Anh Mỹ, trừ khi các dự án VBA nơi Workbooks.Open được chạy từ là một quốc tế XL5 / 95 dự án VBA cũ).
CorruptLoad
Loại: System. Object
Object Tùy chọn. Có thể là một trong những hằng số sau: xlNormalLoad, xlRepairFile, và xlExtractData. Hành vi mặc định nếu không có giá trị được xác định thường là bình thường, nhưng có thể tải hoặc khôi phục dữ liệu an toàn nếu Excel đã cố gắng để mở tập tin. Các nỗ lực đầu tiên là bình thường. Nếu Excel ngừng hoạt động trong khi mở các tập tin, nỗ lực thứ hai là tải trọng an toàn. Nếu Excel lại dừng hoạt động, nỗ lực tiếp theo là phục hồi dữ liệu.
Quay trở lại giá trị
Type: Microsoft.Office.Interop.Excel.Workbook
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: