get_param_value method
get_param_value
Gets the represented value object of the parameter at given index.
Returns
If the parameter is plain value, then returns the plain value. If the parameter is reference, then return ReferredArea object.
def get_param_value(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The index of the parameter(0 based). |
See Also
- module
aspose.cellsgridjs
- class
GridCalculationData