BCCollectionBase GetRowColumn Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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: 1.4.0.0 (1.4.53.0)
Syntax

public Object GetRowColumn(
	int objectIndex,
	int propertyIndex
)

Parameters

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

Return Value

The property value of the object from the tableview.
See Also