Exports the file in the format expacted by the CT_HTML clipboard format: https://msdn.microsoft.com/en-us/library/windows/desktop/ms649015(v=vs.85).aspx
Syntax
Unit: FlexCel.Render
procedure TFlexCelHtmlExport.ExportToClipboardFormat(const resultStream: TStream);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
resultStream |
TStream |
Stream where the html will be exported. |
See also