Winnovative Excel Library for .NET
AutoTrustLevel Property
NamespacesWinnovative.ExcelLibExcelWorkbookDefaultSettingsAutoTrustLevel
Winnovative Excel Library for .NET
Gets or sets a flag indication if the library should automatically determine the trust level in an ASP.NET environment in order to offer the best performance. Default value is true. When this property is false the trust level is given by the FullTrustAllowed property.
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoTrustLevel { get; set; }
Public Property AutoTrustLevel As Boolean
public:
property bool AutoTrustLevel {
	bool get ();
	void set (bool value);
}

Assembly: Winnovative.ExcelLib (Module: Winnovative.ExcelLib) Version: 2.1.0.0 (2.1.0.0)