Public Overridable Function InsertTableBefore(ByVal rows As Integer, ByVal columns As Integer, ByVal props As TableFormatting) As Table
{signature}
{parameters}
{param:rows}An {{int}} representing the number of rows the table will have.{param}
{param:columns}An {{int}} representing the number of columns the table will have.{param}
{param:props}A [TableFormatting|TableFormatting] object representing the formatting properties to apply to the table.{param}
{returns}A {{Table}} object representing the newly created table.{returns}
{example}{code:csharp|title=C#} |