CellValue

Overview

CellValue is a class in Aspose.Cells FOSS for C++.

This class provides 19 methods for working with CellValue objects in C++ programs. Available methods include: AsBool, AsDateTime, AsDouble, AsInteger, AsString, CellValue, IsBool, IsDateTime, IsDouble, IsEmpty, IsInteger, IsString. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
CellValue()Calls CellValue on this 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()boolReturns true if empty is set.
IsInteger()boolReturns true if integer is set.
IsDouble()boolReturns true if double is set.
IsBool()boolReturns true if bool is set.
IsString()boolReturns true if string is set.
IsDateTime()boolReturns true if date time is set.
AsDouble()doubleCalls AsDouble on this CellValue instance.
AsInteger()intCalls AsInteger on this CellValue instance.
AsBool()boolCalls AsBool on this CellValue instance.
AsString()std::stringCalls AsString on this CellValue instance.
AsDateTime()DateTimeCalls AsDateTime on this CellValue instance.

See Also

 English