Share via


Anchor Constructors

Definition

Overloads

Anchor()

Initializes a new instance of the Anchor class.

Anchor(String)

Initializes a new instance of the Anchor class with the specified text content.

Anchor()

Initializes a new instance of the Anchor class.

public Anchor ();
Public Sub New ()

Applies to

Anchor(String)

Initializes a new instance of the Anchor class with the specified text content.

public Anchor (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to