DioDocs for PDF
CellPosition 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : CellPosition 列挙体
Specifies whether a table cell appears behind or on top of other cells.
シンタックス
'宣言
 
Public Enum CellPosition 
   Inherits System.Enum
public enum CellPosition : System.Enum 
メンバ
メンバ解説
BackgroundA background cell that appears behind the table grid, regular cells, and foreground cells.
ForegroundA foreground cell that appears on top of the table grid, regular cells, and background cells.
NormalA regular table cell that should not overlap other regular cells.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.CellPosition

参照

GrapeCity.Documents.Drawing 名前空間