共用方式為


Worksheet.ExportAsFixedFormat 方法

匯出成指定格式的檔案。

命名空間:  Microsoft.Office.Tools.Excel
組件:   Microsoft.Office.Tools.Excel (在 Microsoft.Office.Tools.Excel.dll 中)
  Microsoft.Office.Tools.Excel.v4.0.Utilities (在 Microsoft.Office.Tools.Excel.v4.0.Utilities.dll 中)

語法

'宣告
Sub ExportAsFixedFormat ( _
    Type As XlFixedFormatType, _
    Filename As Object, _
    Quality As Object, _
    IncludeDocProperties As Object, _
    IgnorePrintAreas As Object, _
    From As Object, _
    To As Object, _
    OpenAfterPublish As Object, _
    FixedFormatExtClassPtr As Object _
)
void ExportAsFixedFormat(
    XlFixedFormatType Type,
    Object Filename,
    Object Quality,
    Object IncludeDocProperties,
    Object IgnorePrintAreas,
    Object From,
    Object To,
    Object OpenAfterPublish,
    Object FixedFormatExtClassPtr
)

參數

  • Filename
    型別:System.Object
    新的 PDF 或 XPS 檔案的完整路徑。如果您略過這個參數,則 Excel 會將檔案儲存在目前資料夾中。
  • Quality
    型別:System.Object
    其中一個 Microsoft.Office.Interop.Excel.XlFixedFormatQuality 值,指定匯出檔案的品質。
  • IncludeDocProperties
    型別:System.Object
    若要在匯出的檔案中包含文件摘要資訊,則為 true,否則為 false。
  • IgnorePrintAreas
    型別:System.Object
    若要在匯出時忽略任何列印範圍設定則為 true,否則為 false。
  • From
    型別:System.Object
    要開始匯出的頁碼。如果省略這個引數,會從第一頁開始匯出。
  • To
    型別:System.Object
    要匯出之最後一頁的頁碼。如果省略這個引數,會匯出直到最後一頁。
  • OpenAfterPublish
    型別:System.Object
    true 表示立即在檢視器中顯示檔案,否則為 false。
  • FixedFormatExtClassPtr
    型別:System.Object
    IMsoDocExporter 介面的實作之指標,能夠以不同的固定格式儲存活頁簿。如需詳細資訊,請參閱<擴充 Office (2007) 固定格式匯出功能>。

備註

這個方法也支援初始化增益集,以便將檔案匯出成固定格式的檔案。 例如,如果有轉換子,Excel 就會執行檔案格式轉換。 轉換通常是由使用者啟始。

.NET Framework 安全性

請參閱

參考

Worksheet 介面

Microsoft.Office.Tools.Excel 命名空間