XlsDataValidationCollection module
- class XlsDataValidationCollection.XlsDataValidationCollection
Bases:
IDataValidationCollection- property IsPromptBoxPositionFixed: bool
- <summary>
Indicates whehter prompt box has fixed position..
</summary>
- property IsPromptBoxVisible: bool
- <summary>
Indicates whehter prompt box is visible..
</summary>
- property ParentTable: IDataValidationTable
- property PromptBoxHPosition: int
- <summary>
Vertical position of the prompt box.
</summary>
- property PromptBoxVPosition: int
- <summary>
Vertical position of the prompt box.
</summary>
- property ShapesCount: int
- property Workbook: Workbook
- property Worksheet: Worksheet
- get_Item(index: int) IDataValidation