FarPoint.Web.Spread 名前空間 : DocumentMode 列挙体 |
'Declaration
Public Enum DocumentMode Inherits System.Enum
public enum DocumentMode : System.Enum
メンバ | 説明 |
---|---|
IE10 | Spreadの内容がInternet Explorer 10モードでレンダリングされることを示します。 |
IE11 | Spreadの内容がInternet Explorer 11モードでレンダリングされることを示します。 |
IE8 | Spreadの内容がInternet Explorer 8モードでレンダリングされることを示します。 |
IE9 | Spreadの内容がInternet Explorer 9モードでレンダリングされることを示します。 |
NotSet | デフォルト値。Spreadコントロールの内容を適切にレンダリングできるように、ブラウザーで使用されているモードが自動的に検出されます。 |
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE10;
FpSpread1.DocumentMode = FarPoint.Web.Spread.DocumentMode.IE10
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.DocumentMode