Click or drag to resize

ObjectProxyGetColumnIndex Method

Returns the column index of a property with the specified name.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public int GetColumnIndex(
	string aPropertyName
)

Parameters

aPropertyName
Type: SystemString
property name e.g. "DisplayName"

Return Value

Type: Int32
the column index
See Also