FormatCondition

FormatCondition

Overview

FormatCondition เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.

แสดงสภาพรูปแบบ.

หมวดนี้ให้วิธีการ 55 สําหรับทํางานกับ FormatCondition วัตถุในโปรแกรม C ++. วิธีการที่ใช้ได้แก่: GetAbove, GetBarColor, GetBarLength, GetColorScaleCount, GetDirection, GetDuplicate, GetFormula, GetFormula1, GetFormula2, GetIconSetType, GetMaxColor, GetMidColor,และ 43 วิธีเพิ่มเติม. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.

Methods

SignatureDescription
GetType()FormatConditionTypeได้หรือกําหนดชนิด.
SetType(value: FormatConditionType)กําหนดค่าแบบ.
GetOperator()OperatorTypeได้หรือตั้งตัวประกอบการ.
SetOperator(value: OperatorType)กําหนดค่าตัวประกอบการ.
GetFormula1()std::stringได้หรือกําหนดสูตร 1.
SetFormula1(value: std::string)กําหนดค่าสูตร 1.
GetFormula2()std::stringได้หรือตั้งสูตร 2.
SetFormula2(value: std::string)กําหนดค่าสูตร 2.
GetFormula()std::stringได้หรือกําหนดสูตร.
SetFormula(value: std::string)กําหนดค่าสูตร.
GetTimePeriod()std::stringได้หรือกําหนดระยะเวลา.
SetTimePeriod(value: std::string)กําหนดค่าระยะเวลา.
GetDuplicate()boolได้รับหรือกําหนดค่าที่แสดงว่าเป็นตัวสําเนาหรือไม่.
SetDuplicate(value: bool)กําหนดค่าซ้ํา.
GetTop()boolได้รับหรือกําหนดค่าที่แสดงว่าบนหรือไม่.
SetTop(value: bool)กําหนดค่าสูงสุด.
GetPercent()boolได้รับหรือกําหนดค่าแสดงว่าเปอร์เซ็นต์หรือไม่.
SetPercent(value: bool)กําหนดค่าเปอร์เซ็นต์.
GetRank()intได้หรือกําหนดระดับ.
SetRank(value: int)กําหนดค่า rank.
GetAbove()boolได้รับหรือกําหนดค่าที่แสดงว่าบนหรือไม่.
SetAbove(value: bool)กําหนดค่าด้านบน.
GetStandardDeviation()intได้หรือกําหนดการหักมาตรฐาน.
SetStandardDeviation(value: int)กําหนดค่าการขัดมาตรฐาน.
GetColorScaleCount()intได้หรือกําหนดการนับสเกลสี.
SetColorScaleCount(value: int)กําหนดค่าการนับสเกลสี.
GetMinColor()Colorได้หรือกําหนดสี min.
SetMinColor(value: Color)กําหนดค่าสี min.
GetMidColor()Colorได้หรือกําหนดสีกลาง.
SetMidColor(value: Color)กําหนดค่าสีกลาง.
GetMaxColor()Colorได้หรือกําหนดสีสูงสุด.
SetMaxColor(value: Color)กําหนดค่าสีสูงสุด.
GetBarColor()Colorได้หรือกําหนดสีของบาร์.
SetBarColor(value: Color)กําหนดค่าสีขอบ.
GetNegativeBarColor()Colorได้หรือกําหนดสีขาลบ.
SetNegativeBarColor(value: Color)กําหนดค่าสีขอบลบ.
GetShowBorder()boolได้รับหรือกําหนดค่าที่แสดงว่าจะแสดงขอบหรือไม่.
SetShowBorder(value: bool)กําหนดค่าขอบการแสดง.
GetDirection()std::stringได้หรือกําหนดทิศทาง.
SetDirection(value: std::string)กําหนดค่าทิศทาง.
GetBarLength()std::stringได้หรือกําหนดความยาวของบาร์.
SetBarLength(value: std::string)กําหนดค่าความยาวของบาร์.
GetIconSetType()std::stringได้รับหรือกําหนดรูปสัญลักษณ์ที่ตั้งชนิด.
SetIconSetType(value: std::string)กําหนดค่าประเภทชุดไอคอน.
GetReverseIcons()boolได้รับหรือกําหนดค่าที่แสดงว่ามีไอคอนกลับหรือไม่.
SetReverseIcons(value: bool)กําหนดค่าไอคอนกลับ.
GetShowIconOnly()boolได้รับหรือกําหนดค่าที่แสดงว่าจะแสดงไอคอนเท่านั้นหรือไม่.
SetShowIconOnly(value: bool)วางค่าของสัญลักษณ์การแสดงเท่านั้น.
GetPriority()intได้หรือกําหนดความสําคัญ.
SetPriority(value: int)กําหนดค่าความสําคัญ.
GetStopIfTrue()boolได้รับหรือกําหนดค่าที่แสดงให้เห็นว่าหยุดหรือไม่ ถ้าเป็นจริง.
SetStopIfTrue(value: bool)ตั้งค่า stop if true.
GetStyle()Styleได้หรือกําหนดสไตล์.
SetStyle(value: Style)กําหนดค่าสไตล์.
Remove()ลบไอเทมที่ระบุไว้.

See Also

 ภาษาไทย