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

SignatureApraš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()boolGrįžta tiesa, jei yra nustatyta tuštuma.
IsInteger()boolGrįžta tiesa, jei nustatytas visumas.
IsDouble()boolGrįžta tiesa, jei nustatytas dvigubas.
IsBool()boolGrįžta tiesa, jei bus nustatyta bull.
IsString()boolGrįžta tiesa, jei yra nustatytas srautas.
IsDateTime()boolGrįžta teisinga, jei nustatytas datas.
AsDouble()doubleSkambinkite AsDouble šioje CellValue instance.
AsInteger()intSkambinkite AsInteger šioje CellValue instance.
AsBool()boolSkambinkite AsBool šioje CellValue instance.
AsString()std::stringSkambinkite AsString šioje CellValue instance.
AsDateTime()DateTimeSkambinkite AsDateTime šioje CellValue instance.

Žr. taip pat

 Lietuvių