XmlMappedRange.BorderAround2 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 XmlMappedRange 控制項加上框線,並設定新框線的 Color、LineStyle 和 Weight 屬性。
public object BorderAround2 (object LineStyle, Microsoft.Office.Interop.Excel.XlBorderWeight Weight = Microsoft.Office.Interop.Excel.XlBorderWeight.xlThin, Microsoft.Office.Interop.Excel.XlColorIndex ColorIndex = Microsoft.Office.Interop.Excel.XlColorIndex.xlColorIndexAutomatic, object Color, object ThemeColor);
abstract member BorderAround2 : obj * Microsoft.Office.Interop.Excel.XlBorderWeight * Microsoft.Office.Interop.Excel.XlColorIndex * obj * obj -> obj
Public Function BorderAround2 (Optional LineStyle As Object, Optional Weight As XlBorderWeight = Microsoft.Office.Interop.Excel.XlBorderWeight.xlThin, Optional ColorIndex As XlColorIndex = Microsoft.Office.Interop.Excel.XlColorIndex.xlColorIndexAutomatic, Optional Color As Object, Optional ThemeColor As Object) As Object
參數
- LineStyle
- Object
框線的線條樣式。 可以是下列 XlLineStyle 其中一個值: xlContinuousxlDashxlDashDotxlDashDotDotxlDotxlDoublexlSlantDashDotxlLineStyleNone
- Weight
- XlBorderWeight
框線粗細。 可以為下列 XlBorderWeight 其中一個常數: xlHairlinexlMediumxlThickxlThin
- ColorIndex
- XlColorIndex
框線色彩,可做為目前色板的索引或 XlColorIndex 常數。 可以為下列 XlColorIndex 其中一個常數: xlColorIndexAutomaticxlColorIndexNone
- Color
- Object
框線色彩,為 RGB 值。
- ThemeColor
- Object
主題色彩,可做為目前色彩主題的索引或 XlThemeColor 值。
傳回
備註
您必須指定 或 Color
,但不能同時指定ColorIndex
兩者。
您可以指定 或 Weight
,但不能同時指定LineStyle
兩者。 如果您未指定任一自變數,Microsoft Office Excel 會使用預設線條樣式和粗細。
這個方法會概述整個範圍,而不填入範圍。 若要設定所有儲存格的框線,您必須設定集合的 Color、 LineStyle和 Weight 屬性 Borders 。 若要清除框線,您必須將 範圍中所有儲存格的屬性設定 LineStyle 為 xlLineStyleNone 。