CommonTimeNode.RepeatCount Property

Repeat Count.Represents the attribte in schema: repeatCount

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "repeatCount")> _
Public Property RepeatCount As StringValue
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As StringValue

value = instance.RepeatCount

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace