RowHidden Constructors

Definition

Overloads

RowHidden()

Initializes a new instance of the RowHidden class.

RowHidden(String)

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

RowHidden()

Initializes a new instance of the RowHidden class.

public RowHidden ();
Public Sub New ()

Applies to

RowHidden(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to