Share via


RowId Constructors

Definition

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.RowId
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to