Share via


InputValidationType Constructors

Definition

Overloads

InputValidationType()

Initializes a new instance of the InputValidationType class.

InputValidationType(String)

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

InputValidationType()

Initializes a new instance of the InputValidationType class.

public InputValidationType ();
Public Sub New ()

Applies to

InputValidationType(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to