Click or drag to resize

IDataTableTransposeOptionsView Interface

View interface for transpose options of a data table.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IDataTableTransposeOptionsView

The IDataTableTransposeOptionsView type exposes the following members.

Properties
 NameDescription
Public propertyColumnNamingPreString Gets or sets the column-naming prefix string.
Public propertyDataColumnsMoveToPropertyColumns Get/sets the number of data columns that are moved to the property columns before transposing the data columns.
Public propertyPropertyColumnsMoveToDataColumns Get/sets the number of property columns that are moved after transposing the data columns to the data columns collection.
Public propertyStoreDataColumnNamesInFirstDataColumn Gets or sets a value indicating whether data column names are stored in the first data column.
Public propertyUseFirstDataColumnForColumnNaming Gets or sets a value indicating whether the first data column is used for column naming.
Top
See Also