DefaultWebOptions.LoadPictures Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool LoadPictures { bool get(); void set(bool value); };
public bool LoadPictures { get; set; }
Public Property LoadPictures As Boolean