GroupLevel.User Property
User-Defined Group Level.Represents the attribte in schema: user
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "user")> _
Public Property User As BooleanValue
Get
Set
'Usage
Dim instance As GroupLevel
Dim value As BooleanValue
value = instance.User
instance.User = value
[SchemaAttrAttribute(, "user")]
public BooleanValue User { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies a boolean value that indicates whether this is a user-defined group level.
A value of on, 1, or true indicates this is a user-defined group.
A value of off, 0, or false indicates this group is not user-defined.
The possible values for this attribute are defined by the XML Schema boolean data type.