Excel for .NET
XLLineStyle 列挙体

C1.Excel アセンブリ > C1.Excel 名前空間 : XLLineStyle 列挙体
Specifies the line style used for the cell borders.
シンタックス
'宣言
 
Public Enum XLLineStyle 
   Inherits System.Enum
public enum XLLineStyle : System.Enum 
メンバ
メンバ解説
DashedDashed.
DottedDotted.
DoubleDouble.
HairHair (one pixel).
MediumMedium.
MediumDashDotDottedMedium dash-dot-dot.
MediumDashDottedMedium dash-dot.
MediumDashedMedium dashed.
NoneNo line.
SlantedMediumDashDottedSlanted dash-dot.
ThickThick.
ThinThin.
ThinDashDotDottedThin dash-dot-dot.
ThinDashDottedThin dash-dot.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLLineStyle

参照

C1.Excel 名前空間