Click or drag to resize
ITableRowItem Property (Int32)
Returns the value under column index inIdx

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
DVar this[
	int inIdx
] { get; }

Parameters

inIdx
Type: SystemInt32
the column index

Return Value

Type: DVar
DVar
Remarks
columns are zero-based
See Also