Click or drag to resize

IROPropertyCollectionItem(String, String) Property

Gets the property value at the specified column and property name.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
AltaxoVariant this[
	string columnName,
	string propertyName
] { get; }

Parameters

columnName  String
The column name.
propertyName  String
The property name.

Return Value

AltaxoVariant
The property value.
See Also