Returns a single property value of an object from the tableview.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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
) |
Return Value
The property value of the object from the tableview.
See Also