_Application.PromptForSummaryInfo Property
True if Microsoft Excel asks for summary information when files are first saved.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PromptForSummaryInfo As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.PromptForSummaryInfo
instance.PromptForSummaryInfo = value
bool PromptForSummaryInfo { get; set; }
Property Value
Type: System.Boolean