value property
value property
Gets and sets the values of the range.
Definition:
@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...
See Also
- module aspose.cells
- class UnionRange
Gets and sets the values of the range.
@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...
aspose.cellsUnionRange