[]
Gets or sets the cell type for the worksheet.
Use this property to retrieve the BaseCellType applied at the worksheet level. The returned cell type affects cells that inherit the worksheet's default cell type setting.
BaseCellType CellType { get; set; }
Property CellType As BaseCellType
worksheet.CellType = new ButtonCellType();
BaseCellType cellType = worksheet.CellType;