CellValue
Overview
CellValue C++ için Aspose.Cells FOSS sınıfıdır.
Bu sınıf, C++ programlarında CellValue nesnelerle çalışmak için 19 yöntem sunar. Mevcut yöntemler şunları içerir: AsBool, AsDateTime, AsDouble, AsInteger, AsString, CellValue, IsBool, IsDateTime, IsDouble, IsEmpty, IsInteger, IsString. Tüm kamu üyeleri, C++ paket için Aspose.Cells FOSS’u yükledikten sonra herhangi bir C ++ uygulamasına erişilebilir.
Methods
| Signature | Description |
|---|---|
CellValue() | Bu örnekte CellValue arayın. |
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 | Boşluklar ayarlandığında geri döner. |
IsInteger() → bool | Tamamlar ayarlandığında geri döner. |
IsDouble() → bool | İkiz olarak döndürülürse doğru olur. |
IsBool() → bool | Bool ayarlandığında geri döner. |
IsString() → bool | Eğer string ayarlanırsa doğru geri döner. |
IsDateTime() → bool | Tarih zaman ayarlandığında geri döner. |
AsDouble() → double | Bu örnekte AsDouble arayın. |
AsInteger() → int | Bu örnekte AsInteger arayın. |
AsBool() → bool | Bu örnekte AsBool arayın. |
AsString() → std::string | Bu örnekte AsString arayın. |
AsDateTime() → DateTime | Bu örnekte AsDateTime arayın. |