Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a boolean value indicating whether the current element has any attributes.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property HasAttributes As Boolean
Get
'Usage
Dim instance As OpenXmlElement
Dim value As Boolean
value = instance.HasAttributes
public bool HasAttributes { get; }
Property Value
Type: System.Boolean
Returns Boolean.