RadioGroup.GetItemCount Property

getItemCount.Represents the attribte in schema: getItemCount

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

Syntax

'Declaration
<SchemaAttrAttribute(, "getItemCount")> _
Public Property GetItemCount As StringValue
    Get
    Set
'Usage
Dim instance As RadioGroup
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

RadioGroup Class

RadioGroup Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace