).Font.Italic
.Cells(i + 1, 6).Value = cSh.Cells.FormatConditions(i).Borders(xlEdgeTop).LineStyle= cSh.Cells.FormatConditions(i).Borders(xlEdgeTop).LineStyle 'Here I want the line style to be replicated.Borders(xlEdgeBottom).LineStyle = cSh.Cells.FormatCon
但是当我画一个绿色的小圆圈时,它的lineStyle和大的红色圆圈是一样的。似乎没有任何类型的endLineStyle方法。将lineStyle厚度设置为0也不起作用。我意识到我还可以做很多其他的事情,比如把它们画成单独的形状,或者让绿色小圆圈的lineStyle也变绿,但我想知道是否有什么方法可以在不这样做的情况下摆脱lineStyle。var s:Shape = new Shape();s.graphics.beginFill(0x