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