Table of Contents

Enum CellDataType

Namespace
BigExcelCreator.Enums
Assembly
BigExcelCreator.dll

Specifies the Excel cell type for a spreadsheet cell.

public enum CellDataType

Fields

Formula = 2

Formula cell type for Excel formulas.

Number = 1

Number cell type for numeric values.

Text = 0

Text cell type for string values.