Interface IDataValidationCollection
public interface IDataValidationCollection
Properties
IsPromptBoxPositionFixed
Indicates whehter prompt box has fixed position..
bool IsPromptBoxPositionFixed { get; }
Property Value
IsPromptBoxVisible
Indicates whehter prompt box is visible..
bool IsPromptBoxVisible { get; }
Property Value
this[int]
IDataValidation this[int index] { get; }
Parameters
index
int
Property Value
ParentTable
IDataValidationTable ParentTable { get; }
Property Value
PromptBoxHPosition
Vertical position of the prompt box.
int PromptBoxHPosition { get; set; }
Property Value
PromptBoxVPosition
Vertical position of the prompt box.
int PromptBoxVPosition { get; set; }
Property Value
ShapesCount
int ShapesCount { get; }
Property Value
Workbook
Workbook Workbook { get; }
Property Value
Worksheet
Worksheet Worksheet { get; }
Property Value
Methods
Remove(Rectangle[])
void Remove(Rectangle[] rectangles)
Parameters
rectangles
Rectangle[]