Share via


PivotField.IsCalculated Property

True if the PivotTable field or PivotTable item is a calculated field or item. Read-only Boolean.

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

Syntax

'Declaration
ReadOnly Property IsCalculated As Boolean
    Get
'Usage
Dim instance As PivotField
Dim value As Boolean

value = instance.IsCalculated
bool IsCalculated { get; }

Property Value

Type: System.Boolean

Remarks

For OLAP data sources, this property always returns False.

See Also

Reference

PivotField Interface

PivotField Members

Microsoft.Office.Interop.Excel Namespace