_Worksheet.ConsolidationFunction Property

Returns the function code used for the current consolidation. Can be one of the XlConsolidationFunction constants. Read-only.

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

Syntax

'Declaration
ReadOnly Property ConsolidationFunction As XlConsolidationFunction
    Get
'Usage
Dim instance As _Worksheet
Dim value As XlConsolidationFunction

value = instance.ConsolidationFunction
XlConsolidationFunction ConsolidationFunction { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlConsolidationFunction

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace