Xbasic
Office::Excel2003DocumentClear Method
Syntax
.Clear as V ()
Description
Reinitialize the Excel document as a new one. Any unsaved data will be lost when this method is called.
Be sure that you have saved any existing document data using Save() or SaveToBlob() before calling this function.
See Also