Data |
[Missing <summary> documentation for "T:Altaxo.Data.DataColumnCollection.DataColumnInfo"]
[SerializableAttribute] protected class DataColumnInfo : ICloneable
The DataColumnCollectionDataColumnInfo type exposes the following members.
Name | Description | |
---|---|---|
DataColumnCollectionDataColumnInfo(DataColumnCollectionDataColumnInfo) | Copy constructor. | |
DataColumnCollectionDataColumnInfo(String) | Constructs a DataColumnInfo object. | |
DataColumnCollectionDataColumnInfo(String, ColumnKind) | Constructs a DataColumnInfo object. | |
DataColumnCollectionDataColumnInfo(String, Int32) | Constructs a DataColumnInfo object. | |
DataColumnCollectionDataColumnInfo(String, ColumnKind, Int32) | Constructs a DataColumnInfo object. |
Name | Description | |
---|---|---|
IsIndependentVariable |
Name | Description | |
---|---|---|
Clone | Clones the object. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
Group | The group this column belongs to. | |
Kind | The kind of the column. | |
Name | The name of the column. | |
Number | The column number, i.e. it's position in the array |