Click or drag to resize

IROPropertyCollectionItem(String, String) Property

[Missing <summary> documentation for "P:Altaxo.Data.IROPropertyCollection.Item(System.String,System.String)"]


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

Parameters

columnName  String
 
propertyName  String
 

Property Value

AltaxoVariant
See Also