Share via


DefaultWebOptions.LoadPictures Property

True if images are loaded when you open a document in Microsoft Excel, usually when the images and document were not created in Microsoft Excel. False if the images are not loaded. The default value is True.

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

Syntax

'Declaration
Property LoadPictures As Boolean
    Get
    Set
'Usage
Dim instance As DefaultWebOptions
Dim value As Boolean

value = instance.LoadPictures

instance.LoadPictures = value
bool LoadPictures { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

DefaultWebOptions Interface

DefaultWebOptions Members

Microsoft.Office.Interop.Excel Namespace