Returns the number of columns in the specified row of the table.

 public int GetNumColumns(int row)
Public Function GetNumColumns(ByVal row As Integer) As Integer

The row for which to return the nummber of columns.

tbl.GetNumColumns(4);
tbl.GetNumColumns(4)