Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Remarks
Code Block
csharp
csharp
{{"A","X"},{"B","Y"},{"C","Z"}}

Would be entered in the worksheet as:

A

X

B

Y

C

Z

If Transpose is set to true, the format will be [column][row] and

Code Block
csharp
csharp
{{"A","B","C"},{"X","Y","Z"}}

would be inserted as:

A

X

B

Y

C

Z

Transpose is a read/write property.

...