ApplicationClass.DocumentExport メソッド

定義

public virtual bool DocumentExport (object Filename, Microsoft.Office.Interop.MSProject.PjDocExportType FileType = Microsoft.Office.Interop.MSProject.PjDocExportType.pjPDF, object IncludeDocumentProperties, object IncludeDocumentMarkup, object ArchiveFormat, object FromDate, object ToDate);
abstract member DocumentExport : obj * Microsoft.Office.Interop.MSProject.PjDocExportType * obj * obj * obj * obj * obj -> bool
override this.DocumentExport : obj * Microsoft.Office.Interop.MSProject.PjDocExportType * obj * obj * obj * obj * obj -> bool
Public Overridable Function DocumentExport (Optional Filename As Object, Optional FileType As PjDocExportType = Microsoft.Office.Interop.MSProject.PjDocExportType.pjPDF, Optional IncludeDocumentProperties As Object, Optional IncludeDocumentMarkup As Object, Optional ArchiveFormat As Object, Optional FromDate As Object, Optional ToDate As Object) As Boolean

パラメーター

Filename
Object
FileType
PjDocExportType
IncludeDocumentProperties
Object
IncludeDocumentMarkup
Object
ArchiveFormat
Object
FromDate
Object
ToDate
Object

戻り値

実装

適用対象