_Workbook.DoNotPromptForConvert Property

Returns or sets if the user should be prompted to convert the workbook if the workbook contains features that are not supported by versions of Excel earlier than short_Excel2007. Read/write

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property DoNotPromptForConvert As Boolean
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As Boolean

value = instance.DoNotPromptForConvert

instance.DoNotPromptForConvert = value
bool DoNotPromptForConvert { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace