ActiveReports for .NET 18.0J
BorderLineStyle 列挙体

GrapeCity.SpreadBuilder.Style 名前空間 : BorderLineStyle 列挙体
罫線の描画に使用する線のスタイルです。DDCell.BorderTopStyle、DDCell.BorderBottomStyleプロパティなどで使用します。
シンタックス
'宣言
 
Public Enum BorderLineStyle 
   Inherits System.Enum
public enum BorderLineStyle : System.Enum 
メンバ
メンバ解説
DashDot 
DashDotDot 
Dashed1倍幅の点線(点と点の間が狭い)
Dotted1倍幅の点線(点と点の間がさらに狭い)
Double1倍幅の二重線
Hair1倍幅の点線
Medium2倍幅の実線
MediumDashDot 
MediumDashDotDot 
MediumDashed 
Noneなし
SlantedDashDot 
Thick3倍幅の実線
Thin1倍幅の実線
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Style.BorderLineStyle

参照

GrapeCity.SpreadBuilder.Style 名前空間