FillValue
Overview
FillValue เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงค่าการเต็ม.
หมวดนี้ให้ 7 วิธีในการทํางานกับวัตถุ FillValue ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: FillValue, GetBackgroundColor, GetForegroundColor, GetPattern, SetBackgroundColor, SetForegroundColor, SetPattern. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
FillValue() | เริ่มต้นตัวอย่างใหม่ของคลาส. |
GetPattern() → Core::FillPatternKind | ได้หรือกําหนดรูปแบบ. |
SetPattern(value: Core::FillPatternKind) | กําหนดค่าแบบ. |
GetForegroundColor() → Core::ColorValue | ได้หรือกําหนดสีพื้นหน้า. |
SetForegroundColor(value: Core::ColorValue) | กําหนดค่าสีพื้นหน้า. |
GetBackgroundColor() → Core::ColorValue | ได้หรือกําหนดสีพื้นหลัง. |
SetBackgroundColor(value: Core::ColorValue) | กําหนดค่าสีพื้นหลัง. |