Spread 8.0 Documentation
ActiveX
Support Options

Glossary Item Box

ActiveX


To save XML data in a buffer

Use the ExportToXMLBuffer method, and set the parameters as follows:

  1. If you have multiple sheets, specify the Sheet first.
  2. Set the Root parameter to specify the root element to use in the XML data.
  3. Set the Collection parameter to specify the collection element to use in the XML data.
  4. Set the Flags parameter to specify whether to save formatted or unformatted data.
  5. Set the LogFile parameter to the path and file name of the log file you want the control to create.
    If you do not want to generate a log file, set the LogFile parameter to "".

Note: The calling application is responsible for freeing the return buffer.

Copyright © GrapeCity, inc. All rights reserved.