RowId 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
| RowId() | Initializes a new instance of the RowId class. | 
| RowId(String) | Initializes a new instance of the RowId class with the specified text content. | 
RowId()
Initializes a new instance of the RowId class.
public RowId();Public Sub New ()Applies to
RowId(String)
Initializes a new instance of the RowId class with the specified text content.
public RowId(string text);new DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId : string -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowIdPublic Sub New (text As String)Parameters
- text
- String
Specifies the text content of the element.