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

SignatureDescription
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.

See Also

 ภาษาไทย