ITableRowItem Property (Int32) |
Returns the value under column index inIdx
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax DVar this[
int inIdx
] { get; }
Parameters
- inIdx
- Type: SystemInt32
the column index
Return Value
Type:
DVarDVar
Remarks columns are zero-based
See Also