PivotSelection.Click Property

Click Count.Represents the attribte in schema: click

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

Syntax

'Declaration
<SchemaAttrAttribute(, "click")> _
Public Property Click As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotSelection
Dim value As UInt32Value

value = instance.Click

instance.Click = value
[SchemaAttrAttribute(, "click")]
public UInt32Value Click { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

PivotSelection Class

PivotSelection Members

DocumentFormat.OpenXml.Spreadsheet Namespace