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

Description

Sets or returns whether the data being bound to a template file should be transposed before being bound to the template using the ExcelTemplate.BindData method.

C#
vb.net

Remarks

If this property is set to true, the rows and columns of the data source will be flipped so that the first row of data is inserted in the first column, the second row of data into the second column, and so on. The default value for this property is false.

Transpose is a Read/Write property.

Examples

C#
vb.net
  • No labels