BUG: iOSTableCellData ?!

Problems with 2016r2 and iOSTableCellData:

Table1.AddSection(“”)
Dim cell As iOSTableCellData
For i As Integer = 0 To 4

cell = New iOSTableCellData("Row " + i.ToText) <<

Table1.AddRow(0, cell)
Next

The new Release creates now an error: The constructor of this class is protected and can only be called from within this class!!!

Seems to be a big bug, because this example is documented in iOSTable / Addrow and i use it very often in my apps.

Is there a workaround for this or should i go back to 2016r2 ???

Horror !!!

Ok, found the solution: cellData = Table.CreateCell(…)
But the example in the documentation has to be updated !

[quote=276918:@Hans-Jürgen Müller]Ok, found the solution: cellData = Table.CreateCell(…)
But the example in the documentation has to be updated ![/quote]

You should file a bug report with a title starting by "Documentation : " so Paul can spot it and correct that promptly, in case he does not read this particular post.

OK, will do.