DioDocs for Excel
CornerPosition 列挙体

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 : CornerPosition 列挙体
セル内の角折(ドッグイヤー)の位置を説明します。
シンタックス
'宣言
 
Public Enum CornerPosition 
   Inherits System.Enum
 
メンバ
メンバ解説
LeftBottom角折(ドッグイヤー)が左下隅にあることを示します。
LeftTop角折(ドッグイヤー)が左上隅にあることを示します。
None角折(ドッグイヤー)がないことを示します。
RightBottom角折(ドッグイヤー)が右下隅にあることを示します。
RightTop角折(ドッグイヤー)が右上隅にあることを示します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Excel.CornerPosition

参照

GrapeCity.Documents.Excel 名前空間