VBArrayPrototype.ubound(Object, Object) Methode

Definitie

Hiermee haalt u de bovengrens van de opgegeven dimensie in de opgegeven matrix op.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static int ubound(System::Object ^ thisob, System::Object ^ dimension);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_ubound)]
public static int ubound(object thisob, object dimension);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_ubound)>]
static member ubound : obj * obj -> int
Public Shared Function ubound (thisob As Object, dimension As Object) As Integer

Parameters

thisob
Object

Het object waarop deze methode handelt.

dimension
Object

De dimensie waarvan de bovengrens wordt bepaald.

Retouren

De bovengrens van dimension in thisob.

Kenmerken

Van toepassing op

Zie ook