TFlexCelHtmlExport.ReplaceSeparatorMacros Method
This method is for internal use. It will replace the sheet name, pos and count macros in a sheet separator.
Syntax
Unit: FlexCel.Render
class function TFlexCelHtmlExport.ReplaceSeparatorMacros(const Work: TExcelFile; const i: Integer; const Separator: string): string; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
Work |
TExcelFile |
|
const |
i |
Integer |
|
const |
Separator |
string |
|
See also