Excel for .NET
XLShapeLineStyle 列挙体

C1.Excel アセンブリ > C1.Excel 名前空間 : XLShapeLineStyle 列挙体
Specifies the style of borders drawn around XLShape objects.
シンタックス
'宣言
 
Public Enum XLShapeLineStyle 
   Inherits System.Enum
public enum XLShapeLineStyle : System.Enum 
メンバ
メンバ解説
DoubleDouble lines of equal width.
SimpleSingle line (of width LineWidth).
ThickThinDouble lines, one thick, one thin.
ThinThickDouble lines, reverse order.
TripleThree lines, thin, thick, thin.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLShapeLineStyle

参照

C1.Excel 名前空間