wijmo.input Namespace > IFieldsCollection Interface : GetFieldIndexByPos Method |
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.input.IFieldsCollection; var value; // Type: any // Parameters var pos; // Type: number value = instance.GetFieldIndexByPos(pos); |
Javascript (Specification) | |
---|---|
function GetFieldIndexByPos( pos : number ) : any; |