Click or drag to resize

DataTableMultipleColumnProxyGroupNumber Property

The group number of the data columns. All data columns must be columns of ColumnKind.V and must have this group number. Data columns having other group numbers will be removed.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GroupNumber { get; set; }

Property Value

Int32
See Also