CellType Property
CellType
Gets or sets the default cell type for cells in this row.
Declaration
[TypeConverter(typeof(DesignTimeCellTypeConverter))]
public ICellType CellType { get; set; }
<TypeConverter(GetType(DesignTimeCellTypeConverter))>
Public Property CellType As ICellType