Enum CellDataType
- Namespace
- BigExcelCreator.Enums
- Assembly
- BigExcelCreator.dll
Specifies the Excel cell type for a spreadsheet cell.
public enum CellDataType
Fields
Formula = 2Formula cell type for Excel formulas.
Number = 1Number cell type for numeric values.
Text = 0Text cell type for string values.