OriginalDataRestoredEventArgs.ChangeType Property (2007 System)
Gets a value indicating the kind of restoration performed by a ListObject control.
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 ChangeType As ChangeType
'Usage
Dim instance As OriginalDataRestoredEventArgs
Dim value As ChangeType
value = instance.ChangeType
public ChangeType ChangeType { get; }
public:
property ChangeType ChangeType {
ChangeType get ();
}
public function get ChangeType () : ChangeType
Property Value
Type: Microsoft.Office.Tools.Excel.ChangeType
One of the ChangeType 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