Version

SpreadsheetUserPromptDisplayingEventArgs Class Members

The following tables list the members exposed by SpreadsheetUserPromptDisplayingEventArgs.

Protected Fields
 NameDescription
Protected Field_innerPropertyBeingSet  
Public Properties
 NameDescription
Public PropertyCanCancelReturns a boolean indicating if the operation that triggered the prompt can be cancelled.  
Public PropertyCancelReturns or sets a boolean indicating whether the operation that triggered the prompt should be cancelled.  
Public PropertyCaptionReturns or sets the caption for the message dialog that will be displayed.  
Public PropertyDisplayMessageReturns or sets a boolean indicating if a message will be displayed to the end user.  
Public PropertyExceptionReturns the exception for the error, if there was one.  
Public PropertyMessageReturns or sets the message that will be displayed.  
Public PropertyTriggerReturns an enumeration indicating the action caused the prompt to be displayed.  
See Also