<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../style.css">
<title>
Gambas Documentation - TableView.Data
 (gb.qt.ext)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../../help+en"><img class="flag" alt="Home" border="0" src="../../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../tableview+en">Up</a>&nbsp;
<a href="_columnclick+en">Previous</a>&nbsp;
<a href="_rowclick+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
TableView.Data
 (gb.qt.ext)</h1>
<div class="black"><font size="-2"><b>Syntax</b></font></div>
<pre class="syntax"><font color="blue">EVENT</font> <b>Data</b> <font color="blue">(</font> <u>Row</u> <font color="blue">AS</font> <font color="#0080FF">Integer</font><font color="blue">,</font> <u>Column</u> <font color="blue">AS</font> <font color="#0080FF">Integer</font> <font color="blue">)</font></pre>
This event is raised when the <a href="../tableview+en">TableView</a> need the data stored in a specified cell.
<p>
<ul>
<li><u>Row</u> is the cell row.
<li><u>Column</u> is the cell column.
<p>
</ul>

You must provide the cell contents by using the <a href="data+en">Data</a> property.

</div>
</body>
</html>

