_Worksheet.ConsolidationSources Property
Returns an array of string values that name the source sheets for the worksheet's current consolidation. Returns Empty if there's no consolidation on the sheet. Read-only Object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ConsolidationSources As Object
Get
'Usage
Dim instance As _Worksheet
Dim value As Object
value = instance.ConsolidationSources
Object ConsolidationSources { get; }
Property Value
Type: System.Object