Spread for ASP.NET 8.0 Product Documentation
DocumentMode Enumeration
Example Example 


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.
Example
This example uses the DocumentMode enumeration.
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE9;
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE9
Inheritance Hierarchy

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

Requirements

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

See Also

Reference

FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.