CellValueType
CellValueType enumeration
Gibt einen Zellenwerttyp an.
public enum CellValueType
Werte
Name | Wert | Beschreibung |
---|---|---|
IsBool | 0 | Zellenwert ist boolesch. |
IsDateTime | 1 | Zellwert ist datetime. |
IsError | 2 | Zelle enthält Fehlerwert |
IsNull | 3 | Leere Zelle. |
IsNumeric | 4 | Zellenwert ist numerisch. |
IsString | 5 | Zellenwert ist Zeichenfolge. |
IsUnknown | 6 | Zellwerttyp ist unbekannt. |
Siehe auch
- namensraum Aspose.Cells
- Montage Aspose.Cells