DefaultWebOptions.SaveHiddenData Property
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property SaveHiddenData As Boolean
Get
Set
'Usage
Dim instance As DefaultWebOptions
Dim value As Boolean
value = instance.SaveHiddenData
instance.SaveHiddenData = value
bool SaveHiddenData { get; set; }
Property Value
Type: System.Boolean