DefaultWebOptions.SaveHiddenData 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 data outside of the specified range is saved when you save the document as a Web page. This data may be necessary for maintaining formulas. False if data outside of the specified range is not saved with the Web page. The default value is True.
public:
property bool SaveHiddenData { bool get(); void set(bool value); };
public bool SaveHiddenData { get; set; }
Public Property SaveHiddenData As Boolean