_Workbook.DoNotPromptForConvert Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public:
property bool DoNotPromptForConvert { bool get(); void set(bool value); };
public bool DoNotPromptForConvert { get; set; }
Public Property DoNotPromptForConvert As Boolean
Property Value
Boolean