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