XsnFileLocation Constructors

Definition

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.

Applies to