Description
Description
You can use this event to apply additional formatting to the detail area
procedure
(IXLSprocedure. Atitinka a range which contains the whole detail area: TObject; procedure:
procedure
| IXLSprocedure. Atitinka a range which contains the whole detail area |
begin |
| procedure |
TForm1.DataToXLS1AfterRowsIXLSprocedure. Atitinka a range which contains the whole detail area TObject. Nurodo the TDataToXLS component that triggered the event); |
begin
procedure.Borders[xlInsideHorizontal].LineStyle := xlContinuous;
procedure TForm1.DataToXLS1AfterRows(Sender: TObject;
Range: IXLSRange);
begin
Range.Borders[xlInsideHorizontal].LineStyle := xlContinuous;
end;