Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Description

When data is imported from a two-dimensional or rectangular array, the first dimension of the array corresponds to row and the second to column.

C#
vb.net

Remarks

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

would be inserted as:

A

X

B

Y

C

Z

Transpose is a read/write property.

Examples

C#
vb.net
  • No labels