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