| 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
SyntaxDVar this[
	int inIdx
] { get; }Parameters
- inIdx
 - Type: SystemInt32
the column index 
Return Value
Type: 
DVarDVar
Remarkscolumns are zero-based
See Also