Workbook.RemovePersonalInformation Property (2007 System)
Gets or sets a value that indicates whether personal information can be removed from the workbook.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Property RemovePersonalInformation As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
value = instance.RemovePersonalInformation
instance.RemovePersonalInformation = value
public bool RemovePersonalInformation { get; set; }
public:
property bool RemovePersonalInformation {
bool get ();
void set (bool value);
}
public function get RemovePersonalInformation () : boolean
public function set RemovePersonalInformation (value : boolean)
Property Value
Type: System.Boolean
true if personal information can be removed from the workbook; otherwise, false. The default value is false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.