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

...

Description

Excerpt

Inserts an existing element before this element. A copy of the Element passed in is placed before this element

Signature
C#
C#
 public virtual void InsertBefore(Element element)
{signature}{signature:
}
Signature
vb.net
vb.net
Public Overridable Sub InsertBefore(ByVal element As Element)
{signature}
{parameters}
{param:element}An [Element|Element] object to insert.{param}
Parameters
Param
element
element

An Element object to insert.