Spread for ASP.NET 8.0 Product Documentation
DocumentMode Property
Example 


Indicates which mode is used to render content properly.
Syntax
'Declaration
 
Public Property DocumentMode As DocumentMode
'Usage
 
Dim instance As FpSpread
Dim value As DocumentMode
 
instance.DocumentMode = value
 
value = instance.DocumentMode
public DocumentMode DocumentMode {get; set;}
Example
This example uses the DocumentMode property.
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE9;
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE9
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

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.