Spread for ASP.NET 12 Product Documentation
DocumentMode Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : DocumentMode Enumeration
Determines how the Spread control renders content for a specific browser mode.
Syntax
'Declaration
 
Public Enum DocumentMode 
   Inherits System.Enum
'Usage
 
Dim instance As DocumentMode
public enum DocumentMode : System.Enum 
Members
MemberDescription
IE10Indicates the Spread will render content for Internet Explorer 10
IE11Indicates the Spread will render content for Internet Explorer 11
IE7Indicates the Spread will render content for Internet Explorer 7
IE8Indicates the Spread will render content for Internet Explorer 8
IE9Indicates the Spread will render content for Internet Explorer 9
NotSetDefault value. The Spread control automatically detects the mode that the browser is using so it can render content properly.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.DocumentMode

See Also

Reference

FarPoint.Web.Spread Namespace