Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Language Overviews
Lexicon
Компиляция & Установка
Последние изменения
ПРОЧТИ
Регистрация
Что переводить
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.