Share via


PivotTable.InnerDetail Property

Returns or sets the name of the field that will be shown as detail when the ShowDetail property is True for the innermost row or column field. Read/write String.

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

Syntax

'Declaration
Property InnerDetail As String
    Get
    Set
'Usage
Dim instance As PivotTable
Dim value As String

value = instance.InnerDetail

instance.InnerDetail = value
string InnerDetail { get; set; }

Property Value

Type: System.String

Remarks

This property isn’t available for OLAP data sources.

See Also

Reference

PivotTable Interface

PivotTable Members

Microsoft.Office.Interop.Excel Namespace