Click or drag to resize

IDataTableTransposeOptionsView Interface

[Missing <summary> documentation for "T:Altaxo.Gui.Data.IDataTableTransposeOptionsView"]


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

The IDataTableTransposeOptionsView type exposes the following members.

Properties
 NameDescription
Public propertyColumnNamingPreString 
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 
Public propertyUseFirstDataColumnForColumnNaming 
Top
See Also