Click or drag to resize

IROPropertyCollectionItem(Int32, Int32) Property

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


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

Parameters

columnIndex  Int32
 
propertyIndex  Int32
 

Property Value

AltaxoVariant
See Also