CellValue
Resumo geral
CellValue é uma classe em Aspose.Cells FOSS para C++.
Esta classe fornece 19 métodos para trabalhar com objetos CellValue em programas C++. Os métodos disponíveis incluem: AsBool, AsDateTime, AsDouble, AsInteger, AsString, CellValue, IsBool, IsDateTime, IsDouble, IsEmpty, IsInteger, IsString. Todos os membros do público são acessíveis a qualquer aplicação C++ após instalar o pacote Aspose.Cells FOSS for C++.
Métodos de avaliação
| Assinatura | Descrição: |
|---|---|
CellValue() | Chama CellValue nesta instância 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 | Retorna verdadeiro se o valor vazio estiver definido. |
IsInteger() → bool | Retorna verdadeiro se inteiro for definido. |
IsDouble() → bool | Retorna verdadeiro se o duplo estiver definido. |
IsBool() → bool | Retorna verdadeiro se bool estiver definido. |
IsString() → bool | Retorna verdade se a string estiver definida. |
IsDateTime() → bool | Retorna verdadeiro se a data e hora estiverem definidas. |
AsDouble() → double | Chama AsDouble nesta instância CellValue. |
AsInteger() → int | Chama AsInteger nesta instância CellValue. |
AsBool() → bool | Chama AsBool nesta instância CellValue. |
AsString() → std::string | Chama AsString nesta instância CellValue. |
AsDateTime() → DateTime | Chama AsDateTime nesta instância CellValue. |