Click or drag to resize
BCCollectionBaseGetRowColumn Method
Returns a single property value of an object from the tableview.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public Object GetRowColumn(
	int objectIndex,
	int propertyIndex
)

Parameters

objectIndex
Type: SystemInt32
The index of the object in the tableview.
propertyIndex
Type: SystemInt32
The index of the property in the tableview.

Return Value

Type: Object
The property value of the object from the tableview.
See Also