CellValue
CellValue
Overview
CellValue adalah kelas dalam Aspose.Cells FOSS untuk C++.
Kelas ini menyediakan 19 metode untuk bekerja dengan objek CellValue dalam program C++. Metode yang tersedia meliputi: AsBool, AsDateTime, AsDouble, AsInteger, AsString, CellValue, IsBool, IsDateTime, IsDouble, IsEmpty, IsInteger, IsString. Semua anggota publik dapat diakses oleh aplikasi C++ manapun setelah menginstal paket Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
CellValue() | Menelpon CellValue pada instance CellValue ini. |
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 | Mengembalikan true jika set kosong. |
IsInteger() → bool | Mengembalikan true jika integer ditetapkan. |
IsDouble() → bool | Mengembalikan true jika double ditetapkan. |
IsBool() → bool | Mengembalikan true jika bool ditetapkan. |
IsString() → bool | Mengembalikan true jika string sudah diatur. |
IsDateTime() → bool | Mengembalikan true jika tanggal dan waktu ditetapkan. |
AsDouble() → double | Menelpon AsDouble pada instance CellValue ini. |
AsInteger() → int | Menelpon AsInteger pada instance CellValue ini. |
AsBool() → bool | Menelpon AsBool pada instance CellValue ini. |
AsString() → std::string | Menelpon AsString pada instance CellValue ini. |
AsDateTime() → DateTime | Menelpon AsDateTime pada instance CellValue ini. |