Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating the reason that the original data was restored.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeReason As ChangeReason
'Usage
Dim instance As OriginalDataRestoredEventArgs
Dim value As ChangeReason
value = instance.ChangeReason
public ChangeReason ChangeReason { get; }
public:
property ChangeReason ChangeReason {
ChangeReason get ();
}
public function get ChangeReason () : ChangeReason
Property Value
Type: Microsoft.Office.Tools.Excel.ChangeReason
One of the ChangeReason values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OriginalDataRestoredEventArgs Class