input_range property
input_range property
Gets or sets the worksheet range used to fill the specified combo box.
Example
if shape.input_range == "$B$6:$B10":
    shape.input_range = "$A$1:$A$5"
Definition:
@property
def input_range(self):
    ...
@input_range.setter
def input_range(self, value):
    ...
See Also
- module aspose.cells.drawing
- class Oval