|
|
|
|
|
NumberColumn (Property) In french: NombreColonne
The NumberColumn property is used to: - Get the number of columns in:
- a Table or TreeView Table control.
- a Looper control.
- a Radio Button control.
- a Check Box control.
- a Dashboard control.
- Modify the number of columns present:
- in a multi-column List Box control. The number of columns in a multicolumn List Box control cannot be less than 2.
LISTE_MaListe.Largeur = MyWindow.Largeur - 30
LISTE_MaListe.NombreColonne = LISTE_MaListe.Largeur/50
Syntax
Getting the number of columns in a control Hide the details
<Number of columns> = <Control used>.NumberColumn
<Number of columns>: Integer - Number of columns found in the specified multicolumn List Box control.
- Number of columns found in the specified Table control.
- Number of columns found in the specified Check Box or Radio Button control.
- Number of cells present in the width of the specified Dashboard control.
- Number of columns in the specified Looper control.
- 1 if the specified element does not correspond to a control that can be processed.
<Control used>: Control name Name of control whose number of columns is requested. Remarks Limits The NumberColumn property applies only to: - Table or TreeView Table controls.
- Radio Button controls.
- Check Box controls.
- Dashboard controls.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|