Share via


LastUpdateFeatureXsdstring Constructors

Definition

Overloads

LastUpdateFeatureXsdstring()

Initializes a new instance of the LastUpdateFeatureXsdstring class.

LastUpdateFeatureXsdstring(String)

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

LastUpdateFeatureXsdstring()

Initializes a new instance of the LastUpdateFeatureXsdstring class.

public LastUpdateFeatureXsdstring ();
Public Sub New ()

Applies to

LastUpdateFeatureXsdstring(String)

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

public LastUpdateFeatureXsdstring (string text);
new DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.LastUpdateFeatureXsdstring : string -> DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo.LastUpdateFeatureXsdstring
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to