show_input property

show_input property

Indicates whether the data validation input message will be displayed whenever the user selects a cell in the data validation range.

Definition:

@property
def show_input(self):
    ...
@show_input.setter
def show_input(self, value):
    ...

See Also