pasteOrientation property

String? pasteOrientation
getter/setter pair

How that data should be oriented when pasting. Possible string values are:

  • "NORMAL" : Paste normally.
  • "TRANSPOSE" : Paste transposed, where all rows become columns and vice versa.

Implementation

core.String? pasteOrientation;