CellValue
סקירה כללית
CellValue הוא שיעור ב Aspose.Cells FOSS עבור C++.
שיעור זה מספק 19 שיטות לעבוד עם אובייקטים CellValue בתוכניות C++. שיטות זמינות כוללות: AsBool, AsDateTime, AsDouble, AsInteger, AsString, CellValue, IsBool, IsDateTime, IsDouble, IsEmpty, IsInteger, IsString. כל החברים הציבוריים זמינים לכל יישום C++ לאחר התקנת Aspose.Cells FOSS עבור חבילת C+.
שיטות
| חתימה | תיאור |
|---|---|
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 | החזרה נכונה אם ריקנות מוגדרת. |
IsInteger() → bool | חוזר נכון אם כל הסטטוס מוגדר. |
IsDouble() → bool | החזרה נכונה אם כפול הוגדר. |
IsBool() → bool | זה חוזר אם ה-Bool מונח. |
IsString() → bool | חוזר נכון אם הקו מוגדר. |
IsDateTime() → bool | החזרה נכונה אם תאריך התאריך מוגדר. |
AsDouble() → double | צלצול AsDouble על האינדקס הזה CellValue. |
AsInteger() → int | צלצול AsInteger על האינדקס הזה CellValue. |
AsBool() → bool | צלצול AsBool על האינדקס הזה CellValue. |
AsString() → std::string | צלצול AsString על האינדקס הזה CellValue. |
AsDateTime() → DateTime | צלצול AsDateTime על האינדקס הזה CellValue. |