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.40.0)

Syntax

C#
public Object GetRowColumn(
	int objectIndex,
	int propertyIndex
)
Visual Basic
Public Function GetRowColumn ( _
	objectIndex As Integer, _
	propertyIndex As Integer _
) As Object
Visual C++
public:
Object^ GetRowColumn(
	int objectIndex, 
	int propertyIndex
)

Parameters

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

Return Value

The property value of the object from the tableview.

See Also