Compartir a través de


Gallery.GetItemCount Property

getItemCount.Represents the attribte in schema: getItemCount

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

Syntax

'Declaración
<SchemaAttrAttribute(, "getItemCount")> _
Public Property GetItemCount As StringValue
    Get
    Set
'Uso
Dim instance As Gallery
Dim value As StringValue

value = instance.GetItemCount

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

Gallery Class

Gallery Members

DocumentFormat.OpenXml.Office.CustomUI Namespace