Anchor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.