Excel for .NET
XLShapeDashedLineStyle 列挙体

C1.Excel アセンブリ > C1.Excel 名前空間 : XLShapeDashedLineStyle 列挙体
Specifies the dash style of borders drawn around XLShape objects.
シンタックス
'宣言
 
Public Enum XLShapeDashedLineStyle 
   Inherits System.Enum
public enum XLShapeDashedLineStyle : System.Enum 
メンバ
メンバ解説
DashDash style, analogue PS_DASH pen of system.
DashDotDash-dot style, analogue PS_DASHDOT pen of system.
DashDotDotDash-dot-dot style, analogue PS_DASHDOTDOT pen of system.
DotDot style, analogue PS_DOT pen of system.
LongDashLong dash style.
LongDashDotLong dash-dot style.
LongDashDotDotLong dash-dot-dot style.
ShortDashShort dash style.
ShortDashDotShort dash-dot style.
SolidSolid (continuous) pen.
SquareDotSquare dot style.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLShapeDashedLineStyle

参照

C1.Excel 名前空間