Compartir a través de


Group.Mode Property

mode.Represents the attribte in schema: emma:mode

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

Syntax

'Declaración
<SchemaAttrAttribute(, "mode")> _
Public Property Mode As ListValue(Of StringValue)
    Get
    Set
'Uso
Dim instance As Group
Dim value As ListValue(Of StringValue)

value = instance.Mode

instance.Mode = value
[SchemaAttrAttribute(, "mode")]
public ListValue<StringValue> Mode { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ListValue<StringValue>

See Also

Reference

Group Class

Group Members

DocumentFormat.OpenXml.EMMA Namespace