共用方式為


ValidIds Constructors

Definition

Overloads

ValidIds()

Initializes a new instance of the ValidIds class.

ValidIds(String)

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

ValidIds()

Initializes a new instance of the ValidIds class.

public ValidIds ();
Public Sub New ()

Applies to

ValidIds(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to