[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.CellType

CellType Property

CellType

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.

Declaration
BaseCellType CellType { get; set; }
Property CellType As BaseCellType
Examples
worksheet.CellType = new ButtonCellType();
BaseCellType cellType = worksheet.CellType;