CellValue
CellValue
Apžvalga
CellValue yra Aspose.Cells FOSS klasė C++.
Ši klasė pateikia 19 metodų, kaip dirbti su CellValue objektais C++ programose. Galimi metodai apima: AsBool, AsDateTime, AsDouble, AsInteger, AsString, CellValue, IsBool, IsDateTime, IsDouble, IsEmpty, IsInteger, IsString. Visi viešieji nariai yra prieinami bet kokiai C++ programai po to, kai įdiegėte Aspose.Cells FOSS C ++ paketui.
Metodai
| Signature | Aprašymas |
|---|---|
CellValue() | Skambinkite CellValue šioje CellValue instance. |
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 | Grįžta tiesa, jei yra nustatyta tuštuma. |
IsInteger() → bool | Grįžta tiesa, jei nustatytas visumas. |
IsDouble() → bool | Grįžta tiesa, jei nustatytas dvigubas. |
IsBool() → bool | Grįžta tiesa, jei bus nustatyta bull. |
IsString() → bool | Grįžta tiesa, jei yra nustatytas srautas. |
IsDateTime() → bool | Grįžta teisinga, jei nustatytas datas. |
AsDouble() → double | Skambinkite AsDouble šioje CellValue instance. |
AsInteger() → int | Skambinkite AsInteger šioje CellValue instance. |
AsBool() → bool | Skambinkite AsBool šioje CellValue instance. |
AsString() → std::string | Skambinkite AsString šioje CellValue instance. |
AsDateTime() → DateTime | Skambinkite AsDateTime šioje CellValue instance. |