# Cell Type Dialog

Customize cell type settings using the Cell Type dialog in Spread Designer. Learn how to change settings and select different cell types effortlessly.

## Content

You can customize the settings of the cell type using the **Cell Type** dialog of the Spread Designer. Each cell type has a separate tab in this dialog with its own group of settings particular to that cell type. To change the settings, simply click in the edit fields or select the choices. To select another cell type, simply select that cell type from the drop-down list at the top of the dialog.
If you have more than one cell selected, the dialog box shows only settings that are common to all the cells selected. So if you have one parameter set for one cell but another setting for other cells, then the setting does not appear in the dialog.
To open this dialog in the Spread Designer, click on a particular cell type icon in the **Cell Types** option in the **Home** menu, or select cells in the data area of the spreadsheet, right click, and select **Cell Type** from the context menu.
This image displays the **Cell Type** dialog from the **Home** menu.
![An image displaying Cell Type dialog from the Home menu](https://cdn.mescius.io/document-site-files/images/2238e618-a1fb-45a6-9ce5-9a4157bd2931/images/sd-dialog-celltype-all.png)
This image displays the **Cell Type** dialog from the context menu.
![Spread Designer Cell Type Dialog top](https://cdn.mescius.io/document-site-files/images/2238e618-a1fb-45a6-9ce5-9a4157bd2931/images/sd-dialog-celltype-button.png)
For more information on the individual settings, refer to [Cell Types](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setcelltypes). For more information on how to set properties of cell types in code, refer to the [FarPoint.Win.Spread.CellType](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.html) namespace.
If you have a question about a particular cell type, refer to the topic about that tab. This dialog has the following tabs corresponding to the available cell types:

* [BarCode Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-barcode)
* [Button Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-button)
* [Check Box Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-checkbox)
* [Color Picker Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/sd-celltype-colorpicker)
* [Combo Box Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-combobox)
* [Currency Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-currency)
* [Date-Time Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-datetime)
* [General Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-general)
* [Background Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-background)
* [GcCharMask Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/sd-celltype-gccharmask)
* [GcComboBox Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/sd-celltype-gccombo)
* [GcDateTime Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-gcdate)
* [GcMask Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/sd-celltype-gcmask)
* [GcNumber Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-gcnumber)
* [GcTextBox Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-gctext)
* [GcTimeSpan Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/sd-celltype-gctimespan)
* [Hyperlink Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-hyperlink)
* [Image Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-image)
* [Label Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-label)
* [ListBox Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-listbox)
* [Mask Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-mask)
* [MultiColumnComboBox Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-multicolcombo)
* [MultiOption Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-multioption)
* [Number Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-number)
* [Percent Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-percent)
* [Progress Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-progress)
* [Regular Expression Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-regexp)
* [Rich Text Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-richtext)
* [Slider Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-slider)
* [Text Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-text)

## See Also

[Conditional Formatting Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDconditionalDialog)
[Custom File Options Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCustomFileOptions)
[Go To Cell Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDGoToCell)
[Row Height or Column Width Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDHeightWidth)
[Row or Column Insert or Delete Dialogs](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDInsertDelete)
[Shape Properties Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/sdshapepropsdialog)
[Shape Shadow Properties Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDShapeShadowDialog)
[Sheet Settings Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDSheetDialog)
[Sheet Print Settings Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDPrintDialog)
[Sort Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDSortDialog)
[Spread Settings Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDSpreadDialog)
[Unhide Specific Row or Column Dialogs](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDUnhideDialog)
[Zoom Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDZoomDialog)
[BarCode Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/SD-celltype-barcode)
[Color Picker Tab](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDCellTypesDialog/sd-celltype-colorpicker)
[Name Manager Dialog](/spreadnet/docs/latest/online-win/overview/spwin-designerguide/spwin-spd-dialogs/SDNameManager)