transpose property
transpose property
True to transpose rows and columns when the range is pasted. The default value is False.
Definition:
@property
def transpose(self):
...
@transpose.setter
def transpose(self, value):
...
See Also
- module
aspose.cells
- class
PasteOptions