Compartir a través de


Gallery.ItemHeight Property

itemHeight.Represents the attribte in schema: itemHeight

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

Syntax

'Declaración
<SchemaAttrAttribute(, "itemHeight")> _
Public Property ItemHeight As IntegerValue
    Get
    Set
'Uso
Dim instance As Gallery
Dim value As IntegerValue

value = instance.ItemHeight

instance.ItemHeight = value
[SchemaAttrAttribute(, "itemHeight")]
public IntegerValue ItemHeight { get; set; }

Property Value

Type: DocumentFormat.OpenXml.IntegerValue

See Also

Reference

Gallery Class

Gallery Members

DocumentFormat.OpenXml.Office.CustomUI Namespace