Документация по 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
Event ReportGridView.Data (gb.report)
Event
Data
(
Row
As
Integer
,
Column
As
Integer
)
This event is raised when the data stored in the specified cell is needed (usually to draw it).
Row
is the cell row.
Column
is the cell column.