Gallery.ItemHeight Property
itemHeight.Represents the attribte in schema: itemHeight
Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "itemHeight")> _
Public Property ItemHeight As IntegerValue
Get
Set
'Usage
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