バージョン

CellBorderLineStyle 列挙体

異なるセル境界線のスタイルを表します。
シンタックス
'宣言
 
Public Enum CellBorderLineStyle 
   Inherits System.Enum
public enum CellBorderLineStyle : System.Enum 
メンバ
メンバ解説
DashDot境界線 - 一点鎖線
DashDotDot境界線 - 二点鎖線
Dashed境界線 - 破線
Defaultデフォルトの境界線スタイルを使用します。
Dotted境界線 - 点線
Double境界線 - 二重線
Hair境界線 - 小さい点線
Medium境界線 - 中太線
MediumDashDot境界線 - 中太の一点鎖線
MediumDashDotDot境界線 - 中太の二点鎖線
MediumDashed境界線 - 大きい点線
None境界線なし
SlantedDashDot境界線 - 傾斜した一点鎖線
Thick境界線 - 太線
Thin境界線 - 細線
参照