Share via


WebOptions.ScreenSize Property

Returns or sets an MsoScreenSize constant specifying the ideal minimum screen size (width by height, in pixels) that you should use when viewing the saved document in a Web browser. The default constant is msoScreenSize800x600.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ScreenSize As MsoScreenSize
    Get
    Set
'Usage
Dim instance As WebOptions
Dim value As MsoScreenSize

value = instance.ScreenSize

instance.ScreenSize = value
MsoScreenSize ScreenSize { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoScreenSize

See Also

Reference

WebOptions Interface

WebOptions Members

Microsoft.Office.Interop.Excel Namespace