ContentsIndexHome
PreviousUpNext
IElement.check_setOrdinal Method

Attempts to assign the specified position in the associated set to this IElement. Returns true if the assignment succeeded, returns false when the ordinal position is invalid. 

 

Java
boolean check_setOrdinal(int ord);
Parameters 
Description 
int ord 
The ordinal to assign.  

False if the ordinal does not exist in the set.