CellValue
Opinie generală
CellValue este o clasă în Aspose.Cells FOSS pentru C++.
Această clasă oferă 19 metode pentru a lucra cu obiecte CellValue în programe C++. Metodele disponibile includ: AsBool, AsDateTime, AsDouble, AsInteger, AsString, CellValue, IsBool, IsDateTime, IsDouble, IsEmpty, IsInteger, IsString. Toți membrii publicului sunt accesibili oricărei aplicații C++ după instalarea pachetului Aspose.Cells FOSS pentru C++.
Metode de evaluare
| Semnătura | Descriere: |
|---|---|
CellValue() | Chema CellValue pe această instanță CellValue. |
CellValue(v: int) | |
CellValue(v: double) | |
CellValue(v: bool) | |
CellValue(v: char) | |
CellValue(v: std::string) | |
CellValue(v: std::string_view) | |
CellValue(v: DateTime) | |
IsEmpty() → bool | Întoarce adevărat dacă setarea este goală. |
IsInteger() → bool | Întoarce adevărat dacă integer este setat. |
IsDouble() → bool | Se întoarce adevărat dacă dublu este setat. |
IsBool() → bool | Întoarce adevărat dacă bool este setat. |
IsString() → bool | Întoarce adevărat dacă string este setat. |
IsDateTime() → bool | Întoarce adevărat dacă data și ora sunt setate. |
AsDouble() → double | Chema AsDouble pe această instanță CellValue. |
AsInteger() → int | Chema AsInteger pe această instanță CellValue. |
AsBool() → bool | Chema AsBool pe această instanță CellValue. |
AsString() → std::string | Chema AsString pe această instanță CellValue. |
AsDateTime() → DateTime | Chema AsDateTime pe această instanță CellValue. |