Borders.LineStyle 屬性 (Excel)
會傳回或設定框線的線條樣式。 讀取/寫入 XlLineStyle 、 xlGray25 、 xlGray50 、 xlGray75 或 xlAutomatic 。
語法
運算式。LineStyle
表達 代表 Borders 物件的變數。
範例
這個範例會在 Chart1 的圖表區及繪圖區周圍加上框線。
With Charts("Chart1")
.ChartArea.Border.LineStyle = xlDashDot
With .PlotArea.Border
.LineStyle = xlDashDotDot
.Weight = xlThick
End With
End With
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。