SPREAD for WPF 3.0J - GcSpreadGrid
InheritedCellType プロパティ

GrapeCity.Windows.SpreadGrid 名前空間 > Cell クラス : InheritedCellType プロパティ
このセルの継承されたセル型を取得します。
シンタックス
'宣言
 
Public ReadOnly Property InheritedCellType As CellTypeBase
public CellTypeBase InheritedCellType {get;}

プロパティ値

継承されたセル型を示す CellTypeBase 値。
解説
継承されたセル型は、セルの表示に実際に使用されるセル型です。GrapeCity.Windows.SpreadGrid.Data.SpreadElement.CellType が null 参照 (Visual Basicでは Nothing) の場合は、Column.CellType が表示に使用されます。
参照

Cell クラス
Cell メンバ