XlsValidationWrapper module

class XlsValidationWrapper.XlsValidationWrapper

Bases: CommonWrapper, IDataValidation, IExcelApplication

property AlertStyle: AlertStyleType
property AllowType: CellDataType
property CompareOperator: ValidationComparisonOperator
property DataRange: IXLSRange
property DateTime1: DateTime
property DateTime2: DateTime
property ErrorMessage: str
<summary>

Message of the error box.

</summary>

property ErrorTitle: str
<summary>

Title of the error box.

</summary>

property Formula1: str
property Formula2: str
property IgnoreBlank: bool
property InputMessage: str
<summary>

Message of the input box.

</summary>

property InputTitle: str
<summary>

Title of the input box.

</summary>

property IsInputPositionFixed: bool
property IsInputVisible: bool
property IsListInFormula: bool
property IsSuppressDropDownArrow: bool
property Parent: SpireObject
property PromptBoxHPosition: int
property PromptBoxVPosition: int
property ShowError: bool
property ShowInput: bool
property Values: List[str]