BCTableViewGetRowColumn Method |
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: 4.0.0.0 (4.0.19.0)
Syntax public Object GetRowColumn(
int objectIndex,
int propertyIndex
)
Public Function GetRowColumn (
objectIndex As Integer,
propertyIndex As Integer
) As Object
public:
Object^ GetRowColumn(
int objectIndex,
int propertyIndex
)
member GetRowColumn :
objectIndex : int *
propertyIndex : int -> Object
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:
ObjectThe property value of the object from the tableview.
See Also