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ăturaDescriere:
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()boolSe î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()doubleChema AsDouble pe această instanță CellValue.
AsInteger()intChema AsInteger pe această instanță CellValue.
AsBool()boolChema AsBool pe această instanță CellValue.
AsString()std::stringChema AsString pe această instanță CellValue.
AsDateTime()DateTimeChema AsDateTime pe această instanță CellValue.

Vezi și:

 Română