SdtRow.SdtContentRow Property

Row-Level Structured Document Tag Content.Represents the element tag in schema: w:sdtContent

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

Syntax

'Declaration
Public Property SdtContentRow As SdtContentRow
    Get
    Set
'Usage
Dim instance As SdtRow
Dim value As SdtContentRow

value = instance.SdtContentRow

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.SdtContentRow
Returns SdtContentRow.

See Also

Reference

SdtRow Class

SdtRow Members

DocumentFormat.OpenXml.Wordprocessing Namespace