مستندات جامباس 2
Language Overviews
آخر التغييرات
إقرأني
التركيب والتجميع
التسجيل
المستندات
المفردات
المكونات
gb
gb.db
gb.db.form
gb.eval
gb.form
gb.image
gb.qt4
Control
gb.settings
gb.xml
دليل الويكي
دورات
رسائل الخطأ
فهرس اللغة
كيف تعمل...
مستندات التطوير
مستودع التطبيقات
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
ColumnView.AddColumn (gb.qt4)
Function
AddColumn
(
Text
As
String
[
,
Width
As
Integer
,
Alignment
As
Integer
]
)
As
_GridView_Column
Add a new column to the ColumnView
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.