CellFormatValue
סקירה כללית
CellFormatValue הוא שיעור ב Aspose.Cells FOSS עבור C++.
מציג ערך פורמט תא.
שיעור זה מספק 13 שיטות לעבוד עם אובייקטים CellFormatValue בתוכניות C++. שיטות זמינות כוללות: CellFormatValue, GetAlignment, GetBorderId, GetFillId, GetFontId, GetNumFmtId, GetProtection, SetAlignment, SetBorderId, SetFillId, SetFontId, SetNumFmtId,ועוד 1 שיטות נוספות. כל החברים הציבוריים זמינים לכל יישום C++ לאחר התקנת Aspose.Cells FOSS עבור חבילת C+.
שיטות
| חתימה | תיאור |
|---|---|
CellFormatValue() | הוא מביא את המעמד החדש של הכיתה. |
GetNumFmtId() → int | קבל או הקלד את ה-NUM fmt ID. |
SetNumFmtId(value: int) | הגדרת הערך של num fmt id. |
GetFontId() → int | קבל או הקלד את ה- font id. |
SetFontId(value: int) | הגדרת ערך ה-Font ID. |
GetFillId() → int | קבל או הקלד את ה-Fill ID. |
SetFillId(value: int) | תן את הערך של Fill ID. |
GetBorderId() → int | קבל או הקלד את ה-ID הגבול. |
SetBorderId(value: int) | הגדרת ערך ה-ID הגבול. |
GetAlignment() → Core::AlignmentValue | ערך ההסכמה – הערך של הסכמת. |
SetAlignment(value: Core::AlignmentValue) | להגדיר את ערך ההתאמה. |
GetProtection() → Core::ProtectionValue | ערך הגנה – הערך של הגנת הגן. |
SetProtection(value: Core::ProtectionValue) | להגדיר את ערך ההגנה. |