RowHidden Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.