Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
XL.Book.RemoveAllCoreProperties
Remove all workbook properties.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.Book.RemoveAllCoreProperties"; BookRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
BookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $ref |
Result
Returns OK or error.
Description
Remove all workbook properties.Examples
Remove all core properties:
Set Variable [ $r ; Value: MBS( "XL.Book.RemoveAllCoreProperties"; $book) ]
See also
Release notes
- Version 15.0
- Added XL.Book.RemoveAllCoreProperties and XL.Book.RemoveAllPhonetics functions.
Blog Entries
This function checks for a license.
Created 25th November 2024, last changed 31st December 2024
