Propriedade ListBox.ListCount (Script do Outlook Forms)
Returns a Long that represents the number of list entries in a control. Somente leitura.
Sintaxe
expressão. ListCount
expressão Uma variável que representa um objeto ListBox.
Comentários
ListCount is the number of rows over which you can scroll. ListCount is always one greater than the largest value for the ListIndex property, because index numbers begin with 0 and the count of items begins with 1. If no item is selected, ListCount is 0 and ListIndex is -1.
Suporte e comentários
Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.