Вопрос есть в коллекциях
Антон работает редактором документов. Чтобы облегчить процесс редактирования он пользуется программами.
Определите, какая из указанных ниже программ поможет Антону задать стиль левой границы.
Определите, какая из указанных ниже программ поможет Антону задать стиль левой границы.
- With Selection.Borders(xlEdgeTop) .LineStyle = xlDouble .ColorIndex = xlAutomatic .TintAndShade = 0 .Weight = xlThick End With
- With Selection.Borders(xlEdgeLeft) .LineStyle = xlDouble .ColorIndex = xlAutomatic .TintAndShade = 0 .Weight = xIThick End With
- With Selection.Borders(xlInsideHorizontal) .LineStyle = xlContinuous .ColorIndex = xlAutomatic .TintAndShade = 0 .Weight = xIThin End With
- With Selection.Borders(xlInsideVertical) .LineStyle = xlContinuous .ColorIndex = xlAutomatic .TintAndShade = 0 .Weight = xlThin End With