Compartilhar via


Propriedade ComboBox.ColumnWidths (Script do Outlook Forms)

Returns or sets a String that specifies the width of each column in a multicolumn ComboBox. Leitura/gravação.

Sintaxe

expressão. ColumnWidths

expressão Uma variável que representa um objeto ComboBox.

Comentários

ColumnWidths sets the column width in points. A setting of -1 or blank results in a calculated width. A width of 0 hides a column. To specify a different unit of measurement, include the unit of measure. A value greater than 0 explicitly specifies the width of the column.

To separate column entries, use semicolons (;) as list separators. Or use the list separator specified in Regional Settings of the Windows Control Panel.

Any or all of the ColumnWidths property settings can be blank. You create a blank setting by typing a list separator without a preceding value.

If you specify a -1 in the property page, the displayed value in the property page is a blank.

To calculate column widths when ColumnWidths is blank or -1, the width of the control is divided equally among all columns of the list. If the sum of the specified column widths exceeds the width of the control, the list is left-aligned within the control and one or more of the rightmost columns are not displayed. Users can scroll the list using the horizontal scroll bar to display the rightmost columns.

The minimum calculated column width is 72 points (1 inch). To produce columns narrower than this, you must specify the width explicitly.

Unless specified otherwise, column widths are measured in points. To specify another unit of measure, include the units as part of the values. The following examples specify column widths in several units of measure and describe how the various settings would fit in a three-column list box that is 4 inches wide.

Configuração Effect
90;72;90 A primeira coluna possui 90 pontos (1,25 polegada); a segunda coluna possui 72 pontos (1 polegada); a terceira coluna possui 90 pontos.
6 cm;0;6 cm A primeira coluna possui 6 centímetros; a segunda coluna está oculta; a terceira coluna possui 6 centímetros. Como parte da terceira coluna é visível, uma barra de rolagem horizontal aparece.
1,5 pol;0;2,5 pol A primeira coluna tem 3,8 centímetros, a segunda está ocultada e a terceira tem 6,3 centímetros.
5 cm;;5 cm A primeira coluna tem 3,8 centímetros, a segunda coluna tem 2,54 centímetros(padrão) e a terceira tem 3,8 centímetros. Como só a metade da terceira coluna estiva visível, aparece uma barra de rolagem horizontal.
(Vazio) Todas as três colunas possuem a mesma largura (1,33 polegadas).

In a ComboBox, the system displays the column designated by the TextColumn property in the text box portion of the control. Setting TextColumn to -1 displays the first column that has a ColumnWidths value greater than 0.

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.