TPartialExportState.StartBody Method
Starts writing a body declaration. After calling this method, you should call SaveBody for the parts you want to save, and end up with a call to EndHtmlFile
Syntax
Unit: FlexCel.Render
procedure TPartialExportState.StartBody(const writer: TFlexCelWriter);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
writer |
TFlexCelWriter |
TextWriter where we are going to save the results. |
See also