97
ASheet.Range['B1', EmptyParam].Value := 'Список застрахованных лиц,';
// ASheet.Range['B1', EmptyParam].Font.ColorIndex:= 46;
ASheet.Range['B1', EmptyParam].Font.Bold:=true;
ASheet.Range['B1', EmptyParam].Font.Size:=16;
ASheet.Range['B2', EmptyParam].Value := 'на которых предоставляются сведения';
// ASheet.Range['B2', EmptyParam].Font.ColorIndex:= 46;
ASheet.Range['B2', EmptyParam].Font.Bold:=true;
ASheet.Range['B2', EmptyParam].Font.Size:=16;
ASheet.Range['B3', EmptyParam].Value := 'по организации ОАО "Эльта"';
// ASheet.Range['B3', EmptyParam].Font.ColorIndex:= 46;
ASheet.Range['B3', EmptyParam].Font.Bold:=true;
ASheet.Range['B3', EmptyParam].Font.Size:=16;
ASheet.Range['A5', EmptyParam].Value := 'Фамилия';
// ASheet.Range['A5', EmptyParam].Font.ColorIndex:= 5;
ASheet.Range['A5', EmptyParam].Font.Bold:=true;
ASheet.Range['A5', EmptyParam].Font.Size:=14;
ASheet.Range['B5', EmptyParam].Value := 'Имя';
// ASheet.Range['B5', EmptyParam].Font.ColorIndex:= 5;
ASheet.Range['B5', EmptyParam].Font.Bold:=true;
ASheet.Range['B5', EmptyParam].Font.Size:=14;
ASheet.Range['C5', EmptyParam].Value := 'Отчество';
// ASheet.Range['C5', EmptyParam].Font.ColorIndex:= 5;
ASheet.Range['C5', EmptyParam].Font.Bold:=true;
ASheet.Range['C5', EmptyParam].Font.Size:=14;
ASheet.Range['D5', EmptyParam].Value := 'Табельный номер';
// ASheet.Range['D5', EmptyParam].Font.ColorIndex:= 5;
ASheet.Range['D5', EmptyParam].Font.Bold:=true;