Gambas dokumentace
Developer Documentation
Documents
Jak na...
Kompilace & instalace
Komponenty
Lexikon
Poslední změny
Registrace
Rejstřík jazyka
Rejstřík jazyka
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
GridView.AddColumn (gb.qt4)
Function
AddColumn
(
Text
As
String
[
,
Width
As
Integer
,
Alignment
As
Integer
]
)
As
_GridView_Column
Add a new column to the GridView.
Text
is the title of the column.
Width
is its width, or
-1
if the column must fit its contents.
Alignment
is the column alignment, among
Align.Left
,
Align.Center
,
Align.Right
and
Align.Normal
.
The column object is returned.