ValidationModel

ValidationModel

Overview

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

แสดงตัวอย่างการยืนยันความถูกต้อง.

หมวดนี้ให้ 31 วิธีในการทํางานกับ ValidationModel วัตถุในโปรแกรม C++. วิธีการที่ใช้ได้แก่: GetAlertStyle, GetAreas, GetErrorMessage, GetErrorTitle, GetFormula1, GetFormula2, GetIgnoreBlank, GetInCellDropDown, GetInputMessage, GetInputTitle, GetOperator, GetShowError,และ 18 วิธีเพิ่มเติม. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++. วิธีการเข้า: OperatorType, ValidationAlertType, ValidationType.

วิธีการเข้าถึง

NameTypeAccessDescription
ValidationTypeValidationTypeReadได้รับชนิดการยืนยัน.
ValidationAlertTypeValidationAlertTypeReadได้รับการตรวจสอบประเภทเตือน.
OperatorTypeOperatorTypeReadได้รับตัวประกอบการ.

Methods

SignatureDescription
ValidationType()ValidationTypeได้หรือกําหนดชนิด.
ValidationAlertType()ValidationAlertTypeได้รับหรือกําหนดสไตล์การเตือน.
OperatorType()OperatorTypeได้หรือตั้งตัวประกอบการ.
GetAreas()std::vector<CellArea>ได้พื้นที่.
GetAreas()std::vector<CellArea>กลับพื้นที่.
GetType()ValidationTypeได้หรือกําหนดชนิด.
SetType(value: ValidationType)กําหนดค่าแบบ.
GetAlertStyle()ValidationAlertTypeได้รับหรือกําหนดสไตล์การเตือน.
SetAlertStyle(value: ValidationAlertType)กําหนดค่าสไตล์เตือน.
GetOperator()OperatorTypeได้หรือตั้งตัวประกอบการ.
SetOperator(value: OperatorType)กําหนดค่าตัวประกอบการ.
GetFormula1()std::stringได้หรือกําหนดสูตร 1.
SetFormula1(value: std::string)กําหนดค่าสูตร 1.
GetFormula2()std::stringได้หรือตั้งสูตร 2.
SetFormula2(value: std::string)กําหนดค่าสูตร 2.
GetIgnoreBlank()boolได้รับหรือกําหนดค่าที่แสดงให้เห็นว่า จะไม่ใส่ความว่างหรือไม่.
SetIgnoreBlank(value: bool)วางค่า ignor blank.
GetInCellDropDown()boolได้รับหรือกําหนดค่าที่แสดงว่าในเซลล์ลงหรือไม่.
SetInCellDropDown(value: bool)กําหนดค่าในเซลล์ลงตัว.
GetInputTitle()std::stringได้รับหรือกําหนดชื่อการเข้า.
SetInputTitle(value: std::string)กําหนดค่าชื่อการเข้า.
GetInputMessage()std::stringได้รับหรือกําหนดข้อความการเข้า.
SetInputMessage(value: std::string)กําหนดค่าข้อความการเข้า.
GetErrorTitle()std::stringได้หรือกําหนดชื่อความผิดพลาด.
SetErrorTitle(value: std::string)กําหนดค่าหัวข้อความผิดพลาด.
GetErrorMessage()std::stringได้รับหรือกําหนดข้อความผิดพลาด.
SetErrorMessage(value: std::string)กําหนดค่าข้อความผิดพลาด.
GetShowInput()boolได้รับหรือกําหนดค่าที่แสดงว่าการแสดง input หรือไม่.
SetShowInput(value: bool)กําหนดค่าการแสดง input.
GetShowError()boolได้รับหรือกําหนดค่าที่แสดงว่าจะแสดงความผิดพลาดหรือไม่.
SetShowError(value: bool)กําหนดค่าความผิดพลาดการแสดง.

See Also

 ภาษาไทย