ExcelCellCellType Enumeration

Type of cell content e.g. string.

Definition

Namespace: PCBI.Automation.IO
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public enum CellType

Members

DOUBLE0 Value is a double object
DATETIME1 Value is a DateTime object
STRING2 Value is a string object

See Also