get_input_range method
get_input_range(self, is_r1c1, is_local)
Gets the range used to fill the control.
Returns
The range used to fill the control.
def get_input_range(self, is_r1c1, is_local):
    ...
| Parameter | Type | Description | 
|---|---|---|
| is_r1c1 | bool | Whether the formula needs to be formatted as R1C1. | 
| is_local | bool | Whether the formula needs to be formatted by locale. | 
Example
range = shape.get_input_range(False, True)
See Also
- module 
aspose.cells.drawing - class 
Button