XsnFileLocation 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
XsnFileLocation() |
Initializes a new instance of the XsnFileLocation class. |
XsnFileLocation(String) |
Initializes a new instance of the XsnFileLocation class with the specified text content. |
XsnFileLocation()
Initializes a new instance of the XsnFileLocation class.
public XsnFileLocation ();
Public Sub New ()
Applies to
XsnFileLocation(String)
Initializes a new instance of the XsnFileLocation class with the specified text content.
public XsnFileLocation (string text);
new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation : string -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.