Click or drag to resize

IROPropertyCollectionItem(Int32, String) Property

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


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

Parameters

columnIndex  Int32
 
propertyName  String
 

Property Value

AltaxoVariant
See Also