Click or drag to resize

DataTableMatrixProxyBaseHeaderColumnWrapperItem Property

Gets the element at the specified index in the read-only list.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double this[
	int i
] { get; }

Parameters

i  Int32
 

Return Value

Double
The element at the specified index in the read-only list.

Implements

IReadOnlyListTItemInt32
See Also