Count of combo options?

Please can you tell me if there is a way of finding out the total number of combo options?

Thanks

There is not public method. However, you may get the options number as follows:

var num = combo.optionsArr.length;

optionsArr is an array of combo options