Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns the number of columns in the specified row of the table.{excerpt}
{signature:C#}
 public int GetNumColumns(int row)
{signature}{signature:vb.net}
Public Function GetNumColumns(ByVal row As Integer) As Integer
{signature}
{parameters}
{param:row}The row for which to return the nummber of columns.{param}
{example}{code:csharp|title=C#}
tbl.GetNumColumns(4);{code}
{code:vb.net|title=vb.net}
tbl.GetNumColumns(4){code}

{example}