Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Provides a reason that the data binding failed.
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 Reason As FailureReason
'Usage
Dim instance As SetDataBindingFailedException
Dim value As FailureReason
value = instance.Reason
public FailureReason Reason { get; }
public:
property FailureReason Reason {
FailureReason get ();
}
public function get Reason () : FailureReason
Property Value
Type: Microsoft.Office.Tools.Excel.FailureReason
One of the FailureReason enumeration members.
.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
SetDataBindingFailedException Class