There is a major difference between columnview and webtable one store
data's the other not
So to get the data of the line 3
Myarray[webtable.row]
Le 13 janv. 2017 11:59, "Casper" a écrit :
> Hi,
>
> On 12/01/2017, מיוסט שרון wrote:
>
> > But my question
> > When the table has 3 rows and each r
Hi,
On 12/01/2017, מיוסט שרון wrote:
> But my question
> When the table has 3 rows and each row has two columns
>
> I want to get to the "Text" there is a row 3 column 2
>
> I do not see such a possibility
I struggled with something similar recently. I think I know what you
mean and if I'm rig
This line:
WebTable1.Rows [1] = 1
I have written accidentally
I know,
To insert a data table
By event "Data"
But my question
When the table has 3 rows and each row has two columns
I want to get to the "Text" there is a row 3 column 2
I do not see such a possibility
Le 12/01/2017 à 10:07, מיוסט שרון a écrit :
> First of all sorry for my english
>
>
> I put on the Form the WebTable1
>
> To set the top of the table as follows:
>
> Dim i As Integer
>
> WebTable1.Columns.Count = 2
> For I = 0 To WebTable1.Columns.Count - 1
> WebTable1.Columns [I] .Text = C
First of all sorry for my english
I put on the Form the WebTable1
To set the top of the table as follows:
Dim i As Integer
WebTable1.Columns.Count = 2
For I = 0 To WebTable1.Columns.Count - 1
WebTable1.Columns [I] .Text = Chr $ (65 + I)
Prev
So far there are two columns of the tab