CellValue
Overview
CellValue เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
หมวดนี้ให้ 19 วิธีในการทํางานกับวัตถุ CellValue ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: AsBool, AsDateTime, AsDouble, AsInteger, AsString, CellValue, IsBool, IsDateTime, IsDouble, IsEmpty, IsInteger, IsString. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
CellValue() | เรียก CellValue ในตัวอย่างนี้ 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 | กลับ true หาก empty ได้ตั้งไว้. |
IsInteger() → bool | กลับ true หากตั้งตัวเต็ม. |
IsDouble() → bool | กลับ true หาก double ได้ตั้งค่า. |
IsBool() → bool | กลับ true หาก bool ถูกตั้งค่า. |
IsString() → bool | กลับ true หากการตั้ง string ได้. |
IsDateTime() → bool | กลับ true หากกําหนดเวลาวันที่. |
AsDouble() → double | เรียก AsDouble ในตัวอย่างนี้ CellValue. |
AsInteger() → int | เรียก AsInteger ในตัวอย่างนี้ CellValue. |
AsBool() → bool | เรียก AsBool ในตัวอย่างนี้ CellValue. |
AsString() → std::string | เรียก AsString ในตัวอย่างนี้ CellValue. |
AsDateTime() → DateTime | เรียก AsDateTime ในตัวอย่างนี้ CellValue. |