Поделиться через


FieldGroup.ParentId Property

Parent.Represents the attribte in schema: par

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

Syntax

'Declaration
<SchemaAttrAttribute(, "par")> _
Public Property ParentId As UInt32Value
    Get
    Set
'Usage
Dim instance As FieldGroup
Dim value As UInt32Value

value = instance.ParentId

instance.ParentId = value
[SchemaAttrAttribute(, "par")]
public UInt32Value ParentId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

FieldGroup Class

FieldGroup Members

DocumentFormat.OpenXml.Spreadsheet Namespace