GrapeCity ActiveReports for .NET 14.0J
ObjectDirection 列挙体

GrapeCity.ActiveReports.Export.Excel アセンブリ > GrapeCity.SpreadBuilder.Imaging 名前空間 : ObjectDirection 列挙体
線または画像の向きを決定します。DDSheet.AddLineとDDSheet.AddImageで使用します。
シンタックス
'宣言
 
Public Enum ObjectDirection 
   Inherits System.Enum
public enum ObjectDirection : System.Enum 
メンバ
メンバ解説
LowerLeftToUpperRight左下から右上へ
LowerRightToUpperLeft右下から左上へ
UpperLeftToLowerRight左上から右下へ
UpperRightToLowerLeft右上から左下へ
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Imaging.ObjectDirection

参照

GrapeCity.SpreadBuilder.Imaging 名前空間
AddLine メソッド