MarkerType.RowId Property

Row.Represents the element tag in schema: xdr:row

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RowId As RowId
    Get
    Set
'Usage
Dim instance As MarkerType
Dim value As RowId

value = instance.RowId

instance.RowId = value
public RowId RowId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId

See Also

Reference

MarkerType Class

MarkerType Members

DocumentFormat.OpenXml.Spreadsheet Namespace