Compartir a través de


Menu.GetSize Property

getSize.Represents the attribte in schema: getSize

Namespace:  DocumentFormat.OpenXml.Office.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "getSize")> _
Public Property GetSize As StringValue
    Get
    Set
'Uso
Dim instance As Menu
Dim value As StringValue

value = instance.GetSize

instance.GetSize = value
[SchemaAttrAttribute(, "getSize")]
public StringValue GetSize { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

Menu Class

Menu Members

DocumentFormat.OpenXml.Office.CustomUI Namespace