I am not sure I understand :

Public Sub Form_Open()

  TableView1.Columns.Count = 3
  TableView1.Rows.Count = 3
  TableView1.Header = 3
  TableView1.Columns[0].Title = "TITLE COLUMN"
  TableView1.Rows[0].Title = "TITLE ROW"
  TableView1[0, 0].Text = "FOO"

End

Regards
Gianluigi

2016-08-06 15:54 GMT+02:00 martin p cristia <terco...@hotmail.com>:

> It is possible to put some text in a tableview's upper left cell when
> both headers are set?
>
> --
> Saludos
>
> Ing. Martin P Cristia
>
>
> ------------------------------------------------------------
> ------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to