'Declaration Public Enum CellValueType Inherits System.Enum
public enum CellValueType : System.Enum
Member | Description |
---|---|
Converted | The cell's value after it has been converted by the Field's Field.Converter. This is equivalent to calling DataRecord.GetCellValue with true. |
EditAsType | The cell's converted value after it has then been converted to the specified FieldSettings.EditAsType |
Raw | The raw (unconverted) value from the cell. This is equivalent to calling DataRecord.GetCellValue. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2