ValueChange.Tuple Property

Gets the MDX tuple of the value was changed in the OLAP data source.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Tuple As String
    Get
'Usage
Dim instance As ValueChange
Dim value As String

value = instance.Tuple
string Tuple { get; }

Property Value

Type: System.String
The MDX tuple of the value was changed in the OLAP data source.

Remarks

Read-only.

See Also

Reference

ValueChange Interface

ValueChange Members

Microsoft.Office.Interop.Excel Namespace