Click or drag to resize

ColumnScriptCollectionItem Property

Gets or sets the element with the specified key.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IColumnScriptText this[
	DataColumn key
] { get; set; }

Parameters

key  DataColumn
The key of the element to get or set.

Return Value

IColumnScriptText
The element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
KeyNotFoundExceptionThe property is retrieved and key is not found.
NotSupportedExceptionThe property is set and the IDictionaryTKey, TValue is read-only.
See Also