次の方法で共有


Gallery.Rows Property

rows.Represents the attribte in schema: rows

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

Syntax

'宣言
<SchemaAttrAttribute(, "rows")> _
Public Property Rows As IntegerValue
    Get
    Set
'使用
Dim instance As Gallery
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

Gallery Class

Gallery Members

DocumentFormat.OpenXml.Office.CustomUI Namespace