GrapeCity ActiveReports for .NET 14.0J
BorderLineStyle 列挙体

GrapeCity.ActiveReports.Export.Excel アセンブリ > GrapeCity.SpreadBuilder.Style 名前空間 : BorderLineStyle 列挙体
罫線の描画に使用する線のスタイルです。DDCell.BorderTopStyleDDCell.BorderBottomStyleプロパティなどで使用します。
シンタックス
'宣言
 
Public Enum BorderLineStyle 
   Inherits System.Enum
public enum BorderLineStyle : System.Enum 
メンバ
メンバ解説
DashDot1倍幅の一点鎖線
DashDotDot1倍幅の二点鎖線
Dashed1倍幅の点線(点と点の間が狭い)
Dotted1倍幅の点線(点と点の間がさらに狭い)
Double1倍幅の二重線
Hair1倍幅の点線
Medium2倍幅の実線
MediumDashDot2倍幅の一点鎖線
MediumDashDotDot2倍幅の二点鎖線
MediumDashed2倍幅の点線
Noneなし
SlantedDashDot2倍幅の一点鎖線(傾斜線)
Thick3倍幅の実線
Thin1倍幅の実線
継承階層

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

参照

GrapeCity.SpreadBuilder.Style 名前空間
BorderBottomStyle プロパティ
BorderDiagonalStyle プロパティ
BorderLeftStyle プロパティ
BorderRightStyle プロパティ
BorderTopStyle プロパティ