Click or drag to resize

ObjectProxyItem Property (Int32)

This indexer returns the property with the specified column index.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public Object this[
	int aColumnIndex
] { get; set; }

Parameters

aColumnIndex
Type: SystemInt32
the index of the requested property's column

Return Value

Type: Object
The type of the return value depends on the type of property requested.
Remarks
To learn the column index of a specific property, the method GetColumnIndex(String) can be used.
See Also