BCTableViewGetRowColumn 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.111.0)
Syntax public Object GetRowColumn(
int objectIndex,
int propertyIndex
)
Public Function GetRowColumn (
objectIndex As Integer,
propertyIndex As Integer
) As 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