CellValueType

CellValueType enumeration

Gibt einen Zellenwerttyp an.

public enum CellValueType

Werte

NameWertBeschreibung
IsBool0Zellenwert ist boolesch.
IsDateTime1Zellwert ist datetime.
IsError2Zelle enthält Fehlerwert
IsNull3Leere Zelle.
IsNumeric4Zellenwert ist numerisch.
IsString5Zellenwert ist Zeichenfolge.
IsUnknown6Zellwerttyp ist unbekannt.

Siehe auch