Worksheet.ConsolidationSources Property

Definition

Gets an Array of strings that name the source sheets and ranges for the worksheet's current consolidation.

public:
 property System::Object ^ ConsolidationSources { System::Object ^ get(); };
public object ConsolidationSources { get; }
member this.ConsolidationSources : obj
Public ReadOnly Property ConsolidationSources As Object

Property Value

An Array of string values that name the source sheets and ranges for the worksheet's current consolidation; null if there is no consolidation on the sheet.

Applies to