Visible Constructors

Definition

Overloads

Visible()

Initializes a new instance of the Visible class.

Visible(String)

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

Visible()

Initializes a new instance of the Visible class.

public Visible ();
Public Sub New ()

Applies to

Visible(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to