MESCIUS SPREAD for ASP.NET 10.0J
DocumentMode 列挙体

Spreadコントロールの内容がどのブラウザーモードでレンダリングされるかを決定します。
構文
'Declaration
 
Public Enum DocumentMode 
   Inherits System.Enum
public enum DocumentMode : System.Enum 
メンバ
メンバ説明
IE11 
IE8 
NotSetデフォルト値。Spreadコントロールの内容を適切にレンダリングできるように、ブラウザーで使用されているモードが自動的に検出されます。
次のサンプルコードは、DocumentMode列挙体を使用します。
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.NotSet;
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.NotSet
継承階層

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

参照

FarPoint.Web.Spread 名前空間

開発者の手引き

ブラウザのレンダリング

 

 


© MESCIUS inc. All rights reserved.