Visual Basic (Declaration) | |
---|---|
Public Enum DocumentMode Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DocumentMode |
C# | |
---|---|
public enum DocumentMode : System.Enum |
Member | Description |
---|---|
IE10 | Indicates the Spread will render content for Internet Explorer 10 |
IE11 | Indicates the Spread will render content for Internet Explorer 11 |
IE7 | Indicates the Spread will render content for Internet Explorer 7 |
IE8 | Indicates the Spread will render content for Internet Explorer 8 |
IE9 | Indicates the Spread will render content for Internet Explorer 9 |
NotSet | Default value. The Spread control automatically detects the mode that the browser is using so it can render content properly. |
This example uses the DocumentMode enumeration.
C# | Copy Code |
---|---|
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE9; |
VB.NET | Copy Code |
---|---|
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE9 |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.DocumentMode
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6