value property
value property
Gets and sets the value of the range.
Remarks
If the range contains multiple cells, the returned/applied object should be a two-dimension Array object.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.cells
- class
Range