MemberProperty.NameLength Property

Name Length.Represents the attribte in schema: nameLen

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

Syntax

'Declaration
<SchemaAttrAttribute(, "nameLen")> _
Public Property NameLength As UInt32Value
    Get
    Set
'Usage
Dim instance As MemberProperty
Dim value As UInt32Value

value = instance.NameLength

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

MemberProperty Class

MemberProperty Members

DocumentFormat.OpenXml.Spreadsheet Namespace