GrapeCity ActiveReports for .NET 14.0J
CellTypes 列挙体

GrapeCity.ActiveReports.Export.Excel アセンブリ > GrapeCity.SpreadBuilder.Cells 名前空間 : CellTypes 列挙体
SpreadBuilderがサポートする、シート内のセルの種類です。値はDDCellクラスの Type プロパティで使用します。
シンタックス
'宣言
 
Public Enum CellTypes 
   Inherits System.Enum
public enum CellTypes : System.Enum 
メンバ
メンバ解説
BlankSetValueBlankを使用してセルをクリアした場合、もしくは何も値を設定していない場合
BoolErrSetValue(BiffCellBoolErrValues) を使用してセルに値を設定した場合
LabelSetValue(string) を使用してセルに値を設定した場合
NumberSetValue(double)を使用してセルに値を設定た場合
解説

現時点では、DDCellは、Excelのセスタイプのすべての種類をサポートしていません。

継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Cells.CellTypes

参照

GrapeCity.SpreadBuilder.Cells 名前空間
Type プロパティ