Share via


UnsizedGallery.Rows Property

rows.Represents the attribte in schema: rows

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rows")> _
Public Property Rows As IntegerValue
    Get
    Set
'Usage
Dim instance As UnsizedGallery
Dim value As IntegerValue

value = instance.Rows

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

Property Value

Type: DocumentFormat.OpenXml.IntegerValue

See Also

Reference

UnsizedGallery Class

UnsizedGallery Members

DocumentFormat.OpenXml.Office.CustomUI Namespace